mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
- Restriction UI warning
- create folder restriction - fixed UI bugs
This commit is contained in:
1
resources/js/store/modules/userAuth.js
vendored
1
resources/js/store/modules/userAuth.js
vendored
@@ -143,6 +143,7 @@ const mutations = {
|
||||
}
|
||||
|
||||
const getters = {
|
||||
isLimitedUser: state => state.user && state.user.data.relationships.failedPayments && state.user.data.relationships.failedPayments.data.length === 3,
|
||||
permission: state => state.permission,
|
||||
user: state => state.user,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user