#6919 syncData #941

Merged
jorgep merged 95 commits from 6919-syncData into dev 2025-02-06 09:39:49 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 285ba4ef7b - Show all commits

View File

@ -21,7 +21,7 @@ const $props = defineProps({
const { t } = useI18n();
const { openConfirmationModal } = useVnConfirm();
const { notify } = useNotify();
const account = computed(() => useArrayData('AccountId').store.data[0]);
const account = computed(() => useArrayData('Account').store.data);
onMounted(async () => {
account.value.hasAccount = await useHasAccount($props.entityId);