From b45d3929ae7f35a430f041c60ec08627d6235f1b Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Tue, 15 Oct 2024 17:23:54 +0700 Subject: [PATCH] chore: remove unused --- src/pages/05_quotation/form.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/05_quotation/form.ts b/src/pages/05_quotation/form.ts index 46126ed5..3e19df91 100644 --- a/src/pages/05_quotation/form.ts +++ b/src/pages/05_quotation/form.ts @@ -63,7 +63,6 @@ export const useQuotationForm = defineStore('form-quotation', () => { _meta?: Record; }[] >([]); - const currentTreeData = ref(); const currentFormData = ref( structuredClone(resetFormData), );