Relationship name wasn't editable - fixing this.
This commit is contained in:
parent
4bb24f7e9a
commit
5317d7b1f3
|
@ -197,7 +197,7 @@
|
|||
<Input
|
||||
label="Name"
|
||||
bind:value={field.name}
|
||||
disabled={uneditable || field.type === LINK_TYPE}
|
||||
disabled={uneditable || (originalName && field.type === LINK_TYPE)}
|
||||
/>
|
||||
|
||||
<Select
|
||||
|
|
Loading…
Reference in New Issue