Skip to content

Commit

Permalink
Merge pull request #771 from chouseknecht/fix/770
Browse files Browse the repository at this point in the history
Populate sort dropdown on Search page
  • Loading branch information
cutwater authored Jul 2, 2018
2 parents 32880d1 + 22fbf0e commit 427edf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions galaxyui/src/app/search/search.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export class SearchComponent implements OnInit, AfterViewInit {
if (!data.content.results.length && !Object.keys(params).length) {
// No vendors exists
const default_params = {vendor: false};
this.setSortConfig();
this.setAppliedFilters(default_params);
this.searchContent();
} else {
Expand Down

0 comments on commit 427edf2

Please sign in to comment.