Client:InfoPanel:Members:LinkRow Fixed setting of public link

This commit is contained in:
Akmal Isomadinov 2024-05-28 19:35:02 +05:00
parent 0a3f04a9d8
commit 23cbc2becc

View File

@ -317,7 +317,9 @@ export default inject(
setEmbeddingPanelIsVisible,
isArchiveFolder: isArchiveFolderRoot,
theme,
isPublicRoomType: infoPanelSelection.roomType === RoomsType.PublicRoom,
isPublicRoomType:
infoPanelSelection.roomType === RoomsType.PublicRoom ||
infoPanelSelection.roomType === RoomsType.FormRoom,
};
},
)(