Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/settings.js')
-rw-r--r--src/store/settings.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/store/settings.js b/src/store/settings.js
index b5f00ca3..d0d9f6e5 100644
--- a/src/store/settings.js
+++ b/src/store/settings.js
@@ -31,7 +31,10 @@ import Vuex from 'vuex'
Vue.use(Vuex)
const state = {
- settings: {},
+ settings: {
+ sortOrder: 'default',
+ sortDirection: false,
+ },
}
const getters = {