mirror of
https://github.com/etkecc/synapse-admin.git
synced 2025-03-15 02:38:35 +03: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…
Add table
Reference in a new issue