Skip to content
Snippets Groups Projects
Commit 338a8308 authored by Joanna Kaźmierczak's avatar Joanna Kaźmierczak Committed by kbeyro
Browse files

fix

parent 9bbcc2d4
Branches
Tags
3 merge requests!41Revert "Merge branch '221-improve-sorting-in-the-application-list-view' into 'release/1.6.4'",!39release/1.6.4 into develop,!37Revert "Merge branch '221-improve-sorting-in-the-application-list-view' into 'release/1.6.4'"
...@@ -76,7 +76,7 @@ export class ApplicationsViewComponent implements OnInit, OnChanges { ...@@ -76,7 +76,7 @@ export class ApplicationsViewComponent implements OnInit, OnChanges {
this.popStats = data; this.popStats = data;
} }
) )
this.onSort()
} }
ngOnChanges(changes: SimpleChanges) { ngOnChanges(changes: SimpleChanges) {
...@@ -110,7 +110,7 @@ export class ApplicationsViewComponent implements OnInit, OnChanges { ...@@ -110,7 +110,7 @@ export class ApplicationsViewComponent implements OnInit, OnChanges {
} }
this.applications = applications; this.applications = applications;
this.doSearch()
} }
protected updateSelected() { protected updateSelected() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment