Update handling of links in the file manager
This commit is contained in:
parent
f7def01442
commit
60775c6370
3 changed files with 29 additions and 21 deletions
|
@ -13,7 +13,7 @@ export interface ServerFileStore {
|
|||
}
|
||||
|
||||
const files: ServerFileStore = {
|
||||
directory: '',
|
||||
directory: '/',
|
||||
contents: [],
|
||||
|
||||
getDirectoryContents: thunk(async (actions, payload, { getStoreState }) => {
|
||||
|
|
Reference in a new issue