Skip to content

Commit c6f12f3

Browse files
author
Hoang Nguyen
authored
ui: add a default value for customColumns (#6462)
Fixes #6459
1 parent 1b71696 commit c6f12f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/src/store/modules/user.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ const user = {
5858
darkMode: false,
5959
defaultListViewPageSize: 20,
6060
countNotify: 0,
61-
logoutFlag: false
61+
logoutFlag: false,
62+
customColumns: {}
6263
},
6364

6465
mutations: {

0 commit comments

Comments
 (0)