diff --git a/src/components/FileBrowser.tsx b/src/components/FileBrowser.tsx index 36e210b..b2382ca 100644 --- a/src/components/FileBrowser.tsx +++ b/src/components/FileBrowser.tsx @@ -114,7 +114,7 @@ const FileBrowser: React.FC = (props) => {
{ - const dirID = new ObjID(path.bucket,path.key + dirName) + const dirID = new ObjID(path.bucket,path.key + dirName + "/") await createDirMutation({variables:{path: dirID}}) refetchDir() }}