Merge branch 'develop' into chore-replace-inbox-mixin

This commit is contained in:
Fayaz Ahmed
2024-08-27 08:12:57 +05:30
committed by GitHub
229 changed files with 5024 additions and 2980 deletions
@@ -15,7 +15,7 @@ export const state = {
export const getters = {
getAutomations(_state) {
return _state.records;
return _state.records.sort((a1, a2) => a1.id - a2.id);
},
getUIFlags(_state) {
return _state.uiFlags;