From 67480656a3003772fb578b87dc54bd7c5173960f Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Thu, 31 Aug 2023 17:05:37 +0530 Subject: [PATCH] fix: auto save lead/deal --- frontend/src/App.vue | 2 + frontend/src/pages/Deal.vue | 123 +++++++++++++++++++++++++++++++----- frontend/src/pages/Lead.vue | 82 +++++++++++++++++------- frontend/src/utils.js | 12 +++- 4 files changed, 178 insertions(+), 41 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index ebeb5d0d..7ade8d11 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -5,10 +5,12 @@ + diff --git a/frontend/src/pages/Deal.vue b/frontend/src/pages/Deal.vue index ff38fb12..0790809c 100644 --- a/frontend/src/pages/Deal.vue +++ b/frontend/src/pages/Deal.vue @@ -7,7 +7,7 @@ - + -