diff --git a/src/components/FileBrowser.tsx b/src/components/FileBrowser.tsx index bbc883d..0dc24ea 100644 --- a/src/components/FileBrowser.tsx +++ b/src/components/FileBrowser.tsx @@ -117,7 +117,7 @@ const FileBrowser: React.FC = () => {
{ - await createDirMutation({variables:{path:dirName}}) + await createDirMutation({variables:{path:path + dirName}}) refetchDir() }} />