diff --git a/src/stores/contact-item.ts b/src/stores/contact-item.ts index 0918754..65aae70 100644 --- a/src/stores/contact-item.ts +++ b/src/stores/contact-item.ts @@ -82,7 +82,9 @@ export const useContactItemStore = defineStore('contact-item', () => { updateVisitor( staffId: $staffId, input: { id: $id, isBlock: $isBlock - } ) + } ) { + id + } } `