From 2c8e42aaa5d8d9532f7e587137a3b1927d57c264 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Mon, 22 Apr 2024 14:16:20 +0700 Subject: [PATCH] refactor: no footer (from dialog) --- src/components/FormDialog.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/FormDialog.vue b/src/components/FormDialog.vue index f194940d..daa851c3 100644 --- a/src/components/FormDialog.vue +++ b/src/components/FormDialog.vue @@ -11,6 +11,7 @@ defineProps<{ branchStatus?: string; badgeLabel?: string; badgeClass?: string; + noFooter?: boolean; submit?: (...args: unknown[]) => void; close?: (...args: unknown[]) => void; }>(); @@ -92,7 +93,7 @@ const zipCode = defineModel('zipCode', { default: '' }); > - + ('zipCode', { default: '' }); -