Client: ChangeRoomOwnerPanel: Fixed styles because of an aside header component.

This commit is contained in:
Tatiana Lopaeva 2024-08-22 17:31:38 +03:00
parent a45250259b
commit 723a55881f

View File

@ -120,6 +120,7 @@ const ChangeRoomOwner = (props) => {
className="header_aside-panel"
visible={visible}
onClose={onClose}
withoutHeader
withoutBodyScroll
>
<PeopleSelector
@ -133,6 +134,7 @@ const ChangeRoomOwner = (props) => {
disableSubmitButton={false}
withHeader
headerProps={{
onCloseClick: onClose,
onBackClick,
withoutBackButton: !showBackButton,
headerLabel: t("Files:ChangeTheRoomOwner"),