feat(vtiger-crm): add create case action
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
import createCase from './create-case/index.js';
|
||||
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 [createContact, createLead, createOpportunity, createTodo];
|
||||
export default [
|
||||
createCase,
|
||||
createContact,
|
||||
createLead,
|
||||
createOpportunity,
|
||||
createTodo,
|
||||
];
|
||||
|
Reference in New Issue
Block a user