Update filesystem structure

This commit is contained in:
2023-04-11 23:44:50 +02:00
parent 9b451b37ea
commit 971a0fe539
8 changed files with 58 additions and 48 deletions

View File

@@ -13,7 +13,7 @@ let create_dir = () => {
form.append("type", "dir")
fs_create_directory(
state.bucket.id, state.base.path, create_dir_name,
state.root.id, state.base.path, create_dir_name,
).then(resp => {
create_dir_name = "" // Clear input field
}).catch(err => {