From b74ff126e37d54e23b8666090ce5b0335ca28657 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Fri, 18 Oct 2024 10:46:19 +0700 Subject: [PATCH] feat: disable view mode --- src/pages/05_quotation/MainPage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index e765430e..651d9abd 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -385,6 +385,7 @@ watch(() => pageState.currentTab, fetchQuotationList);