Fix issue with deleting files

This commit is contained in:
2023-06-08 14:18:24 +02:00
parent f46c4e703d
commit deda057a2d

View File

@@ -69,7 +69,7 @@ const save = async () => {
const delete_file = async () => {
try {
dispatch("loading", true)
await fs_delete_all(bucket, file.path)
await fs_delete_all(file.path)
} catch (err) {
console.error(err)
alert(err)