mirror of https://github.com/apache/cloudstack.git
ui: add a default value for customColumns (#6462)
Fixes #6459
(cherry picked from commit c6f12f37ee)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
f27de63644
commit
5bc7024af5
|
|
@ -58,7 +58,8 @@ const user = {
|
|||
darkMode: false,
|
||||
defaultListViewPageSize: 20,
|
||||
countNotify: 0,
|
||||
logoutFlag: false
|
||||
logoutFlag: false,
|
||||
customColumns: {}
|
||||
},
|
||||
|
||||
mutations: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue