mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-08 15:54:51 +00:00
Add path
to rooms tab "members" (#232)
This commit is contained in:
parent
38d58db08d
commit
5aa90c25f7
1 changed files with 5 additions and 1 deletions
|
@ -158,7 +158,11 @@ export const RoomShow = props => {
|
|||
/>
|
||||
</Tab>
|
||||
|
||||
<Tab label="synapseadmin.rooms.tabs.members" icon={<UserIcon />}>
|
||||
<Tab
|
||||
label="synapseadmin.rooms.tabs.members"
|
||||
icon={<UserIcon />}
|
||||
path="members"
|
||||
>
|
||||
<ReferenceManyField
|
||||
reference="room_members"
|
||||
target="room_id"
|
||||
|
|
Loading…
Reference in a new issue