7355-fixesAccountMigration #643

Merged
carlossa merged 5 commits from 7355-fixesAccountMigration into dev 2024-08-27 08:46:11 +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"