diff --git a/src/app/workflow-spec-list/workflow-spec-list.component.ts b/src/app/workflow-spec-list/workflow-spec-list.component.ts index 328397a..59bfd54 100644 --- a/src/app/workflow-spec-list/workflow-spec-list.component.ts +++ b/src/app/workflow-spec-list/workflow-spec-list.component.ts @@ -51,7 +51,7 @@ export class WorkflowSpecListComponent implements OnInit { categories: WorkflowSpecCategory[]; moveUp = moveArrayElementUp; moveDown = moveArrayElementDown; - private searchField: FormControl; + searchField: FormControl; constructor( private api: ApiService,