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
@@ -87,7 +87,7 @@ const useDocumentCorrespondentActions = ({
if (!target) {
try {
target = await handleCorrespondentCreate({ name: trimmed });
} catch (error) {
} catch {
return;
}
}
@@ -127,4 +127,3 @@ const useDocumentCorrespondentActions = ({
};
export default useDocumentCorrespondentActions;