We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b71696 commit c6f12f3Copy full SHA for c6f12f3
1 file changed
ui/src/store/modules/user.js
@@ -58,7 +58,8 @@ const user = {
58
darkMode: false,
59
defaultListViewPageSize: 20,
60
countNotify: 0,
61
- logoutFlag: false
+ logoutFlag: false,
62
+ customColumns: {}
63
},
64
65
mutations: {
0 commit comments