update deps

This commit is contained in:
2025-11-10 14:46:34 +01:00
parent 7376a5dd4d
commit ef9bec3334
15 changed files with 845 additions and 1141 deletions
@@ -31,7 +31,7 @@ const useBulkDocumentActions = ({
if (!target) {
try {
target = await handleCorrespondentCreate({ name: trimmed });
} catch (error) {
} catch {
return;
}
}
@@ -160,7 +160,6 @@ const useBulkDocumentActions = ({
if (folderIds.length) {
for (const folderId of folderIds) {
// eslint-disable-next-line no-await-in-loop
const success = await handleFolderDelete(folderId, { showMessage: false, manageLoading: false });
if (!success) {
foldersOk = false;