ui: add a default value for customColumns (#6462)

Fixes #6459
This commit is contained in:
Hoang Nguyen 2022-06-20 13:39:13 +07:00 committed by GitHub
parent 1b716960fc
commit c6f12f37ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,8 @@ const user = {
darkMode: false,
defaultListViewPageSize: 20,
countNotify: 0,
logoutFlag: false
logoutFlag: false,
customColumns: {}
},
mutations: {