mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03: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) {
|
if (this.isEditing) {
|
||||||
this.filterValue = configuration.filter;
|
this.filterValue = configuration.filter;
|
||||||
this.hideAll = false;
|
this.hideAll = false;
|
||||||
|
this.setSort();
|
||||||
this.listActivities();
|
this.listActivities();
|
||||||
} else {
|
} else {
|
||||||
this.filterValue = configuration.filter;
|
this.filterValue = configuration.filter;
|
||||||
|
Loading…
Reference in New Issue
Block a user