quay private Search field bug
This commit is contained in:
parent
a3387be571
commit
97be04cf59
|
@ -51,7 +51,7 @@ export class WorkflowSpecListComponent implements OnInit {
|
||||||
categories: WorkflowSpecCategory[];
|
categories: WorkflowSpecCategory[];
|
||||||
moveUp = moveArrayElementUp;
|
moveUp = moveArrayElementUp;
|
||||||
moveDown = moveArrayElementDown;
|
moveDown = moveArrayElementDown;
|
||||||
private searchField: FormControl;
|
searchField: FormControl;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private api: ApiService,
|
private api: ApiService,
|
||||||
|
|
Loading…
Reference in New Issue