mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Update handling of links in the file manager
This commit is contained in:
@@ -13,7 +13,7 @@ export interface ServerFileStore {
|
||||
}
|
||||
|
||||
const files: ServerFileStore = {
|
||||
directory: '',
|
||||
directory: '/',
|
||||
contents: [],
|
||||
|
||||
getDirectoryContents: thunk(async (actions, payload, { getStoreState }) => {
|
||||
|
||||
Reference in New Issue
Block a user