Commit 7018a549 authored by Qingyu Deng's avatar Qingyu Deng

fix: permissions for app may be null

parent 7d8954cd
......@@ -7,7 +7,7 @@ export default createStore({
state: {
permissions: null,
userInfo: null,
permissionsForApp: null
permissionsForApp: {}
},
mutations: {
updateUserPermission(state, payload) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment