From 97be04cf596a34c852d876ba87384634f10d9ac3 Mon Sep 17 00:00:00 2001 From: Nile Walker Date: Wed, 3 Mar 2021 11:04:52 -0500 Subject: [PATCH] quay private Search field bug --- src/app/workflow-spec-list/workflow-spec-list.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,