From 282999c49e52e5e36369d82b28b5a55ba3469c3c Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 29 Oct 2024 13:23:15 +0100 Subject: [PATCH] fix: refs #7206 deleted duplicate code --- src/components/ui/VnConfirm.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ui/VnConfirm.vue b/src/components/ui/VnConfirm.vue index 081812093..d6b1ac0a3 100644 --- a/src/components/ui/VnConfirm.vue +++ b/src/components/ui/VnConfirm.vue @@ -35,7 +35,6 @@ defineExpose({ show: () => dialogRef.value.show(), hide: () => dialogRef.value.h const { dialogRef, onDialogHide, onDialogOK, onDialogCancel } = useDialogPluginComponent(); -defineExpose({ show: () => dialogRef.value.show(), hide: () => dialogRef.value.hide() }); const title = props.title || t('Confirm'); const message =