Web:Client:Fixed page crash when clicking the add new data owner button. Fixed missing title in the user panel.

This commit is contained in:
Vlada Gazizova 2024-03-07 16:57:59 +03:00
parent f992e3cec5
commit f60077423f

View File

@ -195,12 +195,13 @@ const DataReassignmentDialog = ({
withCancelButton
cancelButtonLabel=""
headerProps={{
onBackClick,
onBackClick: onClosePeopleSelector,
withoutBackButton: false,
headerLabel: "",
}}
onBackClick={onTogglePeopleSelector}
withAbilityCreateRoomUsers
withHeader={true}
/>
</ModalDialog.Container>
</StyledModalDialog>