1
0
Fork 0
mirror of synced 2024-09-21 03:43:21 +12:00

Update relationship column popover chevron to show active state when open

This commit is contained in:
Andrew Kingston 2024-09-04 09:22:06 +01:00
parent b067b8ad54
commit c8660da7d0
No known key found for this signature in database

View file

@ -205,6 +205,7 @@
size="S" size="S"
icon="ChevronRight" icon="ChevronRight"
quiet quiet
selected={relationshipFieldName === column.name}
/> />
</div> </div>
{/if} {/if}