0
0
Fork 0

warmFix(workerDescriptor): ?.

This commit is contained in:
Alex Moreno 2024-07-09 14:21:41 +02:00
parent 1978157a08
commit 58a2a32027
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ watch(
const data = ref(useCardDescription()); const data = ref(useCardDescription());
const setData = (entity) => { const setData = (entity) => {
if (!entity) return; if (!entity) return;
data.value = useCardDescription(entity.user.nickname, entity.id); data.value = useCardDescription(entity.user?.nickname, entity.id);
}; };
const openChangePasswordForm = () => changePasswordFormDialog.value.show(); const openChangePasswordForm = () => changePasswordFormDialog.value.show();