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;