Fixing issue with relationship column not being name-able.

This commit is contained in:
mike12345567 2021-05-28 19:12:14 +01:00
parent dfd1815041
commit 507e2587c6
1 changed files with 1 additions and 1 deletions

View File

@ -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}