parent
009f9c297d
commit
625fd92130
9 changed files with 32 additions and 17 deletions
|
@ -36,7 +36,7 @@ export default () => {
|
|||
useEffect(() => {
|
||||
clearFlashes('files');
|
||||
setSelectedFiles([]);
|
||||
setDirectory(hash.length > 0 ? hash : '/');
|
||||
setDirectory(hash.length > 0 ? decodeURI(hash) : '/');
|
||||
}, [ hash ]);
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue