mirror of
https://github.com/Awesome-Technologies/synapse-admin.git
synced 2025-07-25 23:14:37 +02:00
Bugfix removes the ability to click on individual connections.
If you click on a connection in UserEdit, you will get an empty page. This solves the problem.
This commit is contained in:
parent
5bdfb80db7
commit
168e249296
@ -176,7 +176,12 @@ export const UserEdit = props => (
|
|||||||
label="resources.connections.name"
|
label="resources.connections.name"
|
||||||
icon={<SettingsInputComponentIcon />}
|
icon={<SettingsInputComponentIcon />}
|
||||||
>
|
>
|
||||||
<ReferenceField reference="connections" source="id" addLabel={false}>
|
<ReferenceField
|
||||||
|
reference="connections"
|
||||||
|
source="id"
|
||||||
|
addLabel={false}
|
||||||
|
link={false}
|
||||||
|
>
|
||||||
<ArrayField
|
<ArrayField
|
||||||
source="devices[].sessions[0].connections"
|
source="devices[].sessions[0].connections"
|
||||||
label="resources.connections.name"
|
label="resources.connections.name"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user