feat(zendesk): add update ticket action
This commit is contained in:
@@ -2,6 +2,7 @@ import listUsers from './list-users';
|
||||
import listBrands from './list-brands';
|
||||
import listGroups from './list-groups';
|
||||
import listSharingAgreements from './list-sharing-agreements';
|
||||
import listFirstPageOfTickets from './list-first-page-of-tickets';
|
||||
import listTicketForms from './list-ticket-forms';
|
||||
import listViews from './list-views';
|
||||
|
||||
@@ -10,6 +11,7 @@ export default [
|
||||
listBrands,
|
||||
listGroups,
|
||||
listSharingAgreements,
|
||||
listFirstPageOfTickets,
|
||||
listTicketForms,
|
||||
listViews,
|
||||
];
|
||||
|
Reference in New Issue
Block a user