store refactoring

This commit is contained in:
Čarodej
2022-04-13 16:26:11 +02:00
parent 338f8664b7
commit cd5af37bfe
5 changed files with 1 additions and 16 deletions

View File

@@ -102,9 +102,6 @@ const mutations = {
SET_SHARED_DETAIL(state, data) {
state.sharedDetail = data
},
STORE_SHARED_FILE(state, data) {
state.sharedFile = data
},
}
const getters = {
permissionOptions: (state) => state.permissionOptions,