diff --git a/src/modules/contacts/components/contact-popup.vue b/src/modules/contacts/components/contact-popup.vue index 19564ca..0e83b4b 100644 --- a/src/modules/contacts/components/contact-popup.vue +++ b/src/modules/contacts/components/contact-popup.vue @@ -152,7 +152,7 @@ async function loadItem(id = props.id) { watch(() => props.shown, () => { if (props.id) loadItem(props.id); else setDefaultManager(); -}); +}, { immediate: true });