do not display presentation dropdown on breakout update (#20764)

This commit is contained in:
Ramón Souza 2024-07-24 14:37:44 -03:00 committed by GitHub
parent 31336c8290
commit 9d3b6f0b6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -993,7 +993,7 @@ class BreakoutRoom extends PureComponent {
{intl.formatMessage(intlMessages.roomNameInputDesc)}
</div>
</Styled.FreeJoinLabel>
{ presentations.length > 0 ? (
{ presentations.length > 0 && !isUpdate ? (
<Styled.BreakoutSlideLabel>
<Styled.InputRooms
value={this.getRoomPresentation(value)}