chore: remove unused

This commit is contained in:
Methapon Metanipat 2024-10-15 17:23:54 +07:00
parent 7d54f17421
commit b45d3929ae

View file

@ -63,7 +63,6 @@ export const useQuotationForm = defineStore('form-quotation', () => {
_meta?: Record<string, any>;
}[]
>([]);
const currentTreeData = ref();
const currentFormData = ref<QuotationPayload & { id?: string }>(
structuredClone(resetFormData),
);