Apply sort settings immediately - even when in edit mode.

This commit is contained in:
Shefali 2023-10-19 12:08:23 -07:00
parent 43338f3980
commit bc1ab42b7b

View File

@ -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;