feat(vtiger-crm): add new cases trigger

This commit is contained in:
Rıdvan Akca
2024-01-16 17:48:24 +03:00
parent 57d5f34ac5
commit 47eb0e00e3
6 changed files with 63 additions and 1 deletions

View File

@@ -452,7 +452,10 @@ export default defineConfig({
text: 'Vtiger CRM',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/vtiger-crm/connection' }],
items: [
{ text: 'Triggers', link: '/apps/vtiger-crm/triggers' },
{ text: 'Connection', link: '/apps/vtiger-crm/connection' },
],
},
{
text: 'Webhooks',