fix: refs #6238 enhance ui #1047

Merged
jorgep merged 4 commits from 6238-hotfix-wideCol into master 2024-12-04 11:33:19 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit a661f938b7 - Show all commits

View File

@ -29,7 +29,8 @@ async function hasCustomerRole() {
:filter="filter"
model="customer"
:mapper="
({ active, name, email }) => {
({ account }) => {
const { name, email, active } = account;
return {
active,
name,