Skip to content

Commit

Permalink
fix(ui): search binary in a worker model (#3414)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
  • Loading branch information
bnjjj authored and yesnault committed Oct 9, 2018
1 parent 0b0374b commit d5f0a83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class WorkerModelListComponent extends Table {

searchBinary(binary: string) {
this.filter = '';
this.selectedFilter = null;
this._selectedFilter = null;
if (!binary) {
this.searchView = true;
this.filteredWorkerModels = this.workerModels;
Expand Down

0 comments on commit d5f0a83

Please sign in to comment.