8627-devToTest #1421

Merged
alexm merged 768 commits from 8627-devToTest into test 2025-02-18 12:37:37 +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);