Fixing issue with relationship column not being name-able.
This commit is contained in:
parent
dfd1815041
commit
507e2587c6
|
@ -291,7 +291,7 @@
|
|||
/>
|
||||
{#if relationshipOptions && relationshipOptions.length > 0}
|
||||
<RadioGroup
|
||||
disabled={originalName}
|
||||
disabled={originalName != null}
|
||||
label="Define the relationship"
|
||||
bind:value={field.relationshipType}
|
||||
options={relationshipOptions}
|
||||
|
|
Loading…
Reference in New Issue