Skip to content

Commit

Permalink
Merge pull request #2994 from glific/floweditor-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon authored Jul 24, 2024
2 parents bf4d13e + e1b75c0 commit 63f0501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/floweditor/FlowEditor.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const setConfig = (uuid: any, isTemplate: boolean) => {
mutable: !isTemplate,
showNodeLabel: false,
attachmentsEnabled: false,
filters: ['whatsapp', 'classifier', 'profile', 'optins', 'ticketer'],
filters: ['whatsapp', 'classifier'],

excludeTypes: [
'add_contact_urn',
Expand Down

0 comments on commit 63f0501

Please sign in to comment.