0
0
Fork 0

fix: hotfix webAccess

This commit is contained in:
Carlos Satorres 2024-11-29 10:05:09 +01:00
parent 7a3e2c0a9b
commit 67d6d4ef45
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ async function hasCustomerRole() {
<FormModel
:url-update="`Clients/${route.params.id}/updateUser`"
:filter="filter"
model="customer"
url="VnUsers/preview"
:mapper="
({ active, name, email }) => {
return {
@ -41,7 +41,7 @@ async function hasCustomerRole() {
auto-load
>
<template #form="{ data, validate }">
<QCheckbox :label="t('Enable web access')" v-model="data.account.active" />
<QCheckbox :label="t('Enable web access')" v-model="data.active" />
<VnInput :label="t('User')" clearable v-model="data.name" />
<VnInput
:label="t('Recovery email')"