Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
fixing typo that is breaking case management
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Sestok committed Dec 14, 2017
1 parent 441ab4b commit 14d5106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cases/cases.component.ts
Expand Up @@ -25,7 +25,7 @@ const types = ['playbook', 'workflow', 'action', 'branch', 'condition', 'transfo
/**
* Types that are used to recursively check for the next level. E.g. branches have conditions.
*/
const childrenTypes = ['workflows', 'actipns', 'branches', 'conditions', 'transforms'];
const childrenTypes = ['workflows', 'actions', 'branches', 'conditions', 'transforms'];

@Component({
selector: 'cases-component',
Expand Down

0 comments on commit 14d5106

Please sign in to comment.