Fixed Bug 65549 - Home: Section: The Create room button has been removed from the menu inside the room.

This commit is contained in:
Tatiana Lopaeva 2023-12-17 15:33:01 +03:00
parent 8846da3412
commit 3cc4b59e6b

View File

@ -54,6 +54,7 @@ import {
EmployeeType,
RoomsType,
DeviceType,
FolderType,
} from "@docspace/common/constants";
import { CategoryType } from "SRC_DIR/helpers/constants";
@ -776,7 +777,7 @@ const SectionHeaderContent = (props) => {
key: "create-room",
icon: CatalogRoomsReactSvgUrl,
onClick: onClickCreateRoom,
disabled: isArchiveFolder || !inRoom || isPublicRoom,
disabled: selectedFolder.rootFolderType !== FolderType.USER,
},
{
id: "option_leave-room",