Skip to content

Commit

Permalink
fix(ui): add static param
Browse files Browse the repository at this point in the history
  • Loading branch information
sguiheux committed Jun 18, 2019
1 parent d796fab commit f936486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/shared/conditions/conditions.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class ConditionsComponent extends Table<WorkflowNodeCondition> implements

@Output() conditionsChange = new EventEmitter<WorkflowNodeConditions>();

@ViewChild('textareaCodeMirror') codemirror: CodemirrorComponent;
@ViewChild('textareaCodeMirror', {static: false}) codemirror: CodemirrorComponent;
codeMirrorConfig: any;
isAdvanced = false;
suggest: Array<string> = [];
Expand Down

0 comments on commit f936486

Please sign in to comment.