quay private Search field bug

This commit is contained in:
Nile Walker 2021-03-03 11:04:52 -05:00
parent a3387be571
commit 97be04cf59
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,