mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Fix relation cards presenter (#10135)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
</script>
|
||||
|
||||
{#if value}
|
||||
{#each value as card}
|
||||
<CardPresenter value={card} {noUnderline} {noSelect} {colorInherit} {inline} {showParent} {type} {icon} />
|
||||
{/each}
|
||||
<div class="flex-col-center">
|
||||
{#each value as card}
|
||||
<CardPresenter value={card} {noUnderline} {noSelect} {colorInherit} {inline} {showParent} {type} {icon} />
|
||||
{/each}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user