forked from verdnatura/salix-front
warmFix(workerDescriptor): ?.
This commit is contained in:
parent
1978157a08
commit
58a2a32027
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue