feat(vtiger-crm): add create contact action
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import createContact from './create-contact/index.js';
|
||||
import createLead from './create-lead/index.js';
|
||||
import createOpportunity from './create-opportunity/index.js';
|
||||
import createTodo from './create-todo/index.js';
|
||||
|
||||
export default [createLead, createOpportunity, createTodo];
|
||||
export default [createContact, createLead, createOpportunity, createTodo];
|
||||
|
Reference in New Issue
Block a user