Mass actions for moving files, mostly working?

This commit is contained in:
Dane Everitt
2020-07-11 16:47:13 -07:00
parent 121f163b81
commit 80ecd58b30
6 changed files with 66 additions and 41 deletions

View File

@@ -77,6 +77,7 @@ export const ServerContext = createContextStore<ServerStore>({
state.databases.data = [];
state.subusers.data = [];
state.files.directory = '/';
state.files.selectedFiles = [];
state.backups.data = [];
state.schedules.data = [];