From 69f14159cfbcfac8a0cbc3b1a076015490eac33c Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Tue, 4 Feb 2025 12:47:35 +0530 Subject: [PATCH] fix: cannot add/create contact from deal --- frontend/src/components/SidePanelLayout.vue | 42 +--- frontend/src/pages/Deal.vue | 209 ++++++++++++-------- 2 files changed, 131 insertions(+), 120 deletions(-) diff --git a/frontend/src/components/SidePanelLayout.vue b/frontend/src/components/SidePanelLayout.vue index 4b47125c..553b7d0e 100644 --- a/frontend/src/components/SidePanelLayout.vue +++ b/frontend/src/components/SidePanelLayout.vue @@ -15,40 +15,16 @@ :opened="section.opened" > -
-
- - {{ __('Loading...') }} + +
@@ -278,6 +312,7 @@ import OrganizationModal from '@/components/Modals/OrganizationModal.vue' import AssignTo from '@/components/AssignTo.vue' import FilesUploader from '@/components/FilesUploader/FilesUploader.vue' import ContactModal from '@/components/Modals/ContactModal.vue' +import Link from '@/components/Controls/Link.vue' import Section from '@/components/Section.vue' import SidePanelLayout from '@/components/SidePanelLayout.vue' import SLASection from '@/components/SLASection.vue'