Update handling of links in the file manager

This commit is contained in:
Dane Everitt
2019-08-05 21:52:48 -07:00
parent f7def01442
commit 60775c6370
3 changed files with 29 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ export interface ServerFileStore {
}
const files: ServerFileStore = {
directory: '',
directory: '/',
contents: [],
getDirectoryContents: thunk(async (actions, payload, { getStoreState }) => {