Cleanup files and improve file manager.
This commit is contained in:
@@ -11,10 +11,5 @@ export function FileManager({
|
||||
initialHost?: SSHHost | null;
|
||||
onClose?: () => void;
|
||||
}): React.ReactElement {
|
||||
return (
|
||||
<FileManagerModern
|
||||
initialHost={initialHost}
|
||||
onClose={onClose}
|
||||
/>
|
||||
);
|
||||
}
|
||||
return <FileManagerModern initialHost={initialHost} onClose={onClose} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user