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"
|
||||
icon={<SettingsInputComponentIcon />}
|
||||
>
|
||||
<ReferenceField reference="connections" source="id" addLabel={false}>
|
||||
<ReferenceField
|
||||
reference="connections"
|
||||
source="id"
|
||||
addLabel={false}
|
||||
link={false}
|
||||
>
|
||||
<ArrayField
|
||||
source="devices[].sessions[0].connections"
|
||||
label="resources.connections.name"
|
||||
|
Loading…
Reference in New Issue
Block a user