mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
ui: add a default value for customColumns (#6462)
Fixes #6459 (cherry picked from commit c6f12f37eefc036e46583c7ef36f6368742b417d) 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…
x
Reference in New Issue
Block a user