mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 03:37:43 +02:00
Cards fixes (#8003)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -53,11 +53,6 @@
|
||||
<button class="hulyTableAttr-content__row-dragMenu" on:click|stopPropagation={clickMore}>
|
||||
<IconMoreV2 size={'small'} />
|
||||
</button>
|
||||
{#if attribute.isCustom}
|
||||
<div class="hulyChip-item font-medium-12">
|
||||
<Label label={settings.string.Custom} />
|
||||
</div>
|
||||
{/if}
|
||||
{#if attribute.icon !== undefined}
|
||||
<div class="hulyTableAttr-content__row-icon">
|
||||
<Icon icon={attribute.icon} size={'small'} />
|
||||
|
||||
Reference in New Issue
Block a user