From cdf11580032dc0b91ef79f263bfad4fb64f1784b Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 14 Aug 2024 18:10:24 +0700 Subject: [PATCH] chore: clean unuse --- src/components/DialogForm.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/components/DialogForm.vue b/src/components/DialogForm.vue index ce0147ad..ce48b19c 100644 --- a/src/components/DialogForm.vue +++ b/src/components/DialogForm.vue @@ -9,23 +9,15 @@ import { defineProps<{ title: string; - titleFormAddress?: string; - addressTitle?: string; - addressTitleEN?: string; - addressSeparator?: boolean; branchStatus?: string; badgeLabel?: string; customerLabel?: string; badgeClass?: string; hideFooter?: boolean; - noAppBox?: boolean; - noPaddingTab?: boolean; maxWidth?: string; width?: string; height?: string; employee?: boolean; - noAddress?: boolean; - disabledRule?: boolean; edit?: boolean; isEdit?: boolean;