Merge branch 'release/v2.6.0' of https://github.com/ONLYOFFICE/DocSpace-client into release/v2.6.0

This commit is contained in:
Nikita Gopienko 2024-07-24 19:06:03 +03:00
commit 252e8d3878

View File

@ -126,7 +126,7 @@ class PublicRoomStore {
if (filter) {
const folderId = filter.folder;
return fetchFiles(folderId, filter).catch((error) => {
if (error.response.status === 403) {
if (error?.response?.status === 403) {
window.location.replace(
combineUrl(window.ClientConfig?.proxy?.url, "/login"),
);