This is an automated email from the ASF dual-hosted git repository. hoangnm pushed a commit to branch 4.17 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 5b9b117301d5fe0d6e7dac817d9f6d968a69f0de Author: utchoang <[email protected]> AuthorDate: Thu Jun 16 13:24:30 2022 +0700 add a default value for customColumns --- ui/src/store/modules/user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/store/modules/user.js b/ui/src/store/modules/user.js index 3a5233aa13..cf4e420df0 100644 --- a/ui/src/store/modules/user.js +++ b/ui/src/store/modules/user.js @@ -58,7 +58,8 @@ const user = { darkMode: false, defaultListViewPageSize: 20, countNotify: 0, - logoutFlag: false + logoutFlag: false, + customColumns: {} }, mutations: {
