fix filter view-all after merging with linking branch
This commit is contained in:
parent
c5b384c656
commit
01f9facb37
|
@ -243,7 +243,6 @@ export class SearchFilterComponent implements OnInit, OnChanges {
|
|||
return 0;
|
||||
}
|
||||
});
|
||||
return sorted;
|
||||
}
|
||||
event.stopPropagation();
|
||||
this.sortedValues = Object.assign(sorted);
|
||||
|
|
Loading…
Reference in New Issue