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
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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 }) => {