set searchField to public for quay bug

This commit is contained in:
Nile Walker 2021-03-03 11:03:46 -05:00
parent 03a390f36e
commit 085301f901
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export class WorkflowSpecListComponent implements OnInit {
categories: WorkflowSpecCategory[];
moveUp = moveArrayElementUp;
moveDown = moveArrayElementDown;
private searchField: FormControl;
searchField: FormControl;
constructor(
private api: ApiService,