1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Do not display relationship selector if autocolumn links

This commit is contained in:
Adria Navarro 2024-04-18 10:06:34 +02:00
parent c36ca27292
commit e327ebd613

View file

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