Relationship name wasn't editable - fixing this.
This commit is contained in:
parent
1f8c9138e9
commit
5dc0c6f559
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue