mirror of https://github.com/apache/cloudstack.git
add a default value for customColumns
This commit is contained in:
parent
a32f19b34d
commit
5b9b117301
|
|
@ -58,7 +58,8 @@ const user = {
|
|||
darkMode: false,
|
||||
defaultListViewPageSize: 20,
|
||||
countNotify: 0,
|
||||
logoutFlag: false
|
||||
logoutFlag: false,
|
||||
customColumns: {}
|
||||
},
|
||||
|
||||
mutations: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue