Merge pull request #359 from ONLYOFFICE/bugfix/67495

Fixed Bug 67495 - Rooms. Room icons look like folder icons in the Mov…
This commit is contained in:
Alexey Safronov 2024-04-18 13:29:11 +04:00 committed by GitHub
commit e9e5874354
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -298,8 +298,7 @@ const FilesSelector = ({
if (
needRoomList ||
(!isThirdParty &&
currentFolderId === roomsFolderId &&
(+currentFolderId === roomsFolderId &&
rootFolderType === FolderType.Rooms)
) {
setSelectedItemType("rooms");