Merge branch 'develop' into feature/history-v2

This commit is contained in:
Alexey Safronov 2024-06-19 16:16:50 +04:00
commit fecd39112c
6 changed files with 3552 additions and 3550 deletions

File diff suppressed because one or more lines are too long

894
.yarn/releases/yarn-4.3.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-licenses-audit.cjs
spec: "https://raw.githubusercontent.com/tophat/yarn-plugin-licenses/master/bundles/@yarnpkg/plugin-licenses-audit.js"
yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.3.0.cjs

View File

@ -46,5 +46,5 @@
"shx": "^0.3.4",
"terser": "^5.16.6"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.3.0"
}

View File

@ -1288,6 +1288,7 @@ class FilesActionStore {
toastr.success(successTranslation);
})
.then(() => setSelected("close"))
.then(() => this.moveToRoomsPage())
.catch((err) => {
clearActiveOperations(null, items);
setSecondaryProgressBarData({

5310
yarn.lock

File diff suppressed because it is too large Load Diff