Merge pull request #860 from ONLYOFFICE/bugfix/error-in-console

Web: Fixed bug.
This commit is contained in:
Nikita Gopienko 2022-09-26 13:27:14 +03:00 committed by GitHub
commit ebe7b63e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -935,7 +935,7 @@ class UploadDataStore {
withPaging && fetchFiles(toFolderId, filter);
if (toFolderId) {
const { socketHelper } = this.filesStore.settingsStore;
const { socketHelper } = this.authStore.settingsStore;
socketHelper.emit({
command: "refresh-folder",