1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00

Relationship name wasn't editable - fixing this.

This commit is contained in:
mike12345567 2021-06-04 21:19:21 +01:00
parent 1f8c9138e9
commit 5dc0c6f559

View file

@ -197,7 +197,7 @@
<Input <Input
label="Name" label="Name"
bind:value={field.name} bind:value={field.name}
disabled={uneditable || field.type === LINK_TYPE} disabled={uneditable || (originalName && field.type === LINK_TYPE)}
/> />
<Select <Select