Do not display relationship selector if autocolumn links
This commit is contained in:
parent
c36ca27292
commit
e327ebd613
|
@ -626,7 +626,7 @@
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
{:else if editableColumn.type === FieldType.LINK}
|
||||
{:else if editableColumn.type === FieldType.LINK && !editableColumn.autocolumn}
|
||||
<RelationshipSelector
|
||||
bind:relationshipPart1
|
||||
bind:relationshipPart2
|
||||
|
|
Loading…
Reference in New Issue