mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
Updated Calendar layout. (#3504)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
on:click={openPopup}
|
||||
>
|
||||
<span slot="content" class="overflow-label disabled flex-grow text-left mr-2">
|
||||
<Label label={selectedItem ? selectedItem.label : label} {params} />
|
||||
<Label label={selectedItem ? selectedItem.label : label} params={selectedItem ? selectedItem.params : params} />
|
||||
</span>
|
||||
<svelte:fragment slot="iconRight">
|
||||
<DropdownIcon size={'small'} fill={'var(--theme-dark-color)'} />
|
||||
|
||||
Reference in New Issue
Block a user