From 2a253a1d69e550ac5e86138dc0e23b7dd6616312 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Wed, 19 Jun 2024 13:33:32 +0530 Subject: [PATCH] fix: dirty not working correctly --- .../src/components/Settings/FieldsLayout.vue | 66 +++++++++++-------- 1 file changed, 40 insertions(+), 26 deletions(-) diff --git a/frontend/src/components/Settings/FieldsLayout.vue b/frontend/src/components/Settings/FieldsLayout.vue index 9f6879c7..0858cae0 100644 --- a/frontend/src/components/Settings/FieldsLayout.vue +++ b/frontend/src/components/Settings/FieldsLayout.vue @@ -16,6 +16,7 @@ v-model="doctype" :label="__('DocType')" :options="['CRM Lead', 'CRM Deal']" + @change="reload" />
@@ -25,18 +26,16 @@ variant="solid" @click="saveChanges" /> -
-
+
@@ -47,48 +46,63 @@