This commit is contained in:
Timothy J. Baek
2024-06-19 15:26:35 -07:00
parent e3668a2f1c
commit 7b64b40270
2 changed files with 19 additions and 2 deletions

View File

@@ -214,7 +214,7 @@
}
} catch (e) {
// Remove the failed doc from the files array
files = files.filter((f) => f.name !== url);
// files = files.filter((f) => f.name !== url);
toast.error(e);
}
};