empty page refactored

This commit is contained in:
Peter Papp
2021-08-20 17:51:58 +02:00
parent b5a8fe8b1a
commit b23259309c
15 changed files with 85 additions and 101 deletions

View File

@@ -9,7 +9,6 @@ const defaultState = {
fastPreview: undefined,
navigation: undefined,
isLoading: true,
browseHistory: [],
clipboard: [],
entries: [],
}
@@ -189,7 +188,6 @@ const mutations = {
const getters = {
currentFolder: state => state.currentFolder,
browseHistory: state => state.browseHistory,
fastPreview: state => state.fastPreview,
navigation: state => state.navigation,
clipboard: state => state.clipboard,