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.
pull/57/head
dklimpel 4 years ago committed by Manuel Stahl
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…
Cancel
Save