7953-devToTest_2438 #693

Merged
alexm merged 328 commits from 7953-devToTest_2438 into test 2024-09-10 08:31:29 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit c4fc644a35 - Show all commits

View File

@ -22,7 +22,6 @@ console.log('formModelRef', formModelRef.value);
<FetchData url="VnRoles" auto-load @on-fetch="(data) => (rolesOptions = data)" />
<FormModel ref="formModelRef" model="AccountPrivileges" url="VnUsers" auto-load>
<template #form="{ data }">
{{ data }}
<div class="q-gutter-y-sm">
<QCheckbox
v-model="data.hasGrant"