8389-testToMaster #1207

Merged
alexm merged 180 commits from 8389-testToMaster into master 2025-01-14 06:32:35 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 410052d6ec - Show all commits

View File

@ -17,7 +17,6 @@ const state = useState();
const customer = ref();
onMounted(async () => {
console.log('state.get(customer): ', state.get('customer'));
customer.value = state.get('customer');
if (customer.value) customer.value.webAccess = data.value?.account?.isActive;
});
@ -99,7 +98,6 @@ const debtWarning = computed(() => {
/>
</template>
<template #icons>
{{ console.log('customer: ', customer) }}
<QCardActions v-if="customer" class="q-gutter-x-md">
<QIcon
v-if="!customer.isActive"