Merge commit 'daf699911104207a477751916b36a371ee8f7e38' into feature-clean

This commit is contained in:
2025-04-19 17:29:54 +03:00
89 changed files with 4249 additions and 2575 deletions

View File

@@ -697,7 +697,7 @@ async function deleteCollection() {
addNotification({
group: "main",
title: formatMessage(commonMessages.errorNotificationTitle),
text: err.data.description,
text: err.data ? err.data.description : err,
type: "error",
});
}