Skip to content
Snippets Groups Projects
Commit e74b9f98 authored by Joanna Kaźmierczak's avatar Joanna Kaźmierczak
Browse files

fix

parent bd17bbf8
No related branches found
No related tags found
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,!32Resolve "Improve sorting in the application list view"
......@@ -76,7 +76,7 @@ export class ApplicationsViewComponent implements OnInit, OnChanges {
this.popStats = data;
}
)
this.onSort()
}
ngOnChanges(changes: SimpleChanges) {
......@@ -110,7 +110,7 @@ export class ApplicationsViewComponent implements OnInit, OnChanges {
}
this.applications = applications;
this.doSearch()
}
protected updateSelected() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment