diff --git a/frontend/src/components/SidePanelLayout.vue b/frontend/src/components/SidePanelLayout.vue index d13ce621..73a969b4 100644 --- a/frontend/src/components/SidePanelLayout.vue +++ b/frontend/src/components/SidePanelLayout.vue @@ -74,8 +74,7 @@ field.mandatory_via_depends_on) " class="text-ink-red-3" - > * + > *
@@ -413,6 +412,9 @@ const props = defineProps({ type: Boolean, default: false, }, + addContact: { + type: Function, + }, }) const { getFormattedPercent, getFormattedFloat, getFormattedCurrency } = diff --git a/frontend/src/pages/Deal.vue b/frontend/src/pages/Deal.vue index fb2af335..f5483c71 100644 --- a/frontend/src/pages/Deal.vue +++ b/frontend/src/pages/Deal.vue @@ -121,6 +121,7 @@