Skip to content

Commit 5bc7024

Browse files
Hoang Nguyenrohityadavcloud
authored andcommitted
ui: add a default value for customColumns (apache#6462)
Fixes apache#6459 (cherry picked from commit c6f12f3) Signed-off-by: Rohit Yadav <[email protected]>
1 parent f27de63 commit 5bc7024

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)