diff --git a/frontend/src/components/Settings/SidePanelModal.vue b/frontend/src/components/Settings/SidePanelModal.vue index 12ab1408..c37a3724 100644 --- a/frontend/src/components/Settings/SidePanelModal.vue +++ b/frontend/src/components/Settings/SidePanelModal.vue @@ -20,7 +20,7 @@ type="select" class="w-1/4" v-model="_doctype" - :options="['CRM Lead', 'CRM Deal', 'Contact']" + :options="['CRM Lead', 'CRM Deal', 'Contact', 'CRM Organization']" @change="reload" />