mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 21:53:08 +00:00
Apply sort settings immediately - even when in edit mode.
This commit is contained in:
parent
43338f3980
commit
bc1ab42b7b
@ -194,6 +194,7 @@ export default {
|
||||
if (this.isEditing) {
|
||||
this.filterValue = configuration.filter;
|
||||
this.hideAll = false;
|
||||
this.setSort();
|
||||
this.listActivities();
|
||||
} else {
|
||||
this.filterValue = configuration.filter;
|
||||
|
Loading…
Reference in New Issue
Block a user