Remove unused code
This commit is contained in:
parent
fa9800fa88
commit
6188b9287c
2 changed files with 1 additions and 40 deletions
|
@ -77,7 +77,6 @@ export const ServerContext = createContextStore<ServerStore>({
|
|||
state.databases.data = [];
|
||||
state.subusers.data = [];
|
||||
state.files.directory = '/';
|
||||
state.files.contents = [];
|
||||
state.backups.data = [];
|
||||
state.schedules.data = [];
|
||||
|
||||
|
|
Reference in a new issue