mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-03 08:57:14 +03:00
UBER-1091: Fix attach button (#3854)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
92226819ce
commit
343d72af0f
@ -1 +1 @@
|
||||
{ "major": 0, "minor": 6, "patch": 130 }
|
||||
{"major":0,"minor":6,"patch":144}
|
@ -164,7 +164,7 @@
|
||||
icon={IconAttachment}
|
||||
size={'large'}
|
||||
on:click={() => {
|
||||
descriptionBox.attach()
|
||||
descriptionBox.handleAttach()
|
||||
}}
|
||||
/>
|
||||
</svelte:fragment>
|
||||
|
@ -327,7 +327,7 @@
|
||||
icon={IconAttachment}
|
||||
size={'large'}
|
||||
on:click={() => {
|
||||
descriptionBox.attach()
|
||||
descriptionBox.handleAttach()
|
||||
}}
|
||||
/>
|
||||
</svelte:fragment>
|
||||
|
@ -871,7 +871,7 @@
|
||||
size={'large'}
|
||||
kind={'ghost'}
|
||||
on:click={() => {
|
||||
descriptionBox.attach()
|
||||
descriptionBox.handleAttach()
|
||||
}}
|
||||
/>
|
||||
{#if targetSettings?.footerComponent && currentProject}
|
||||
|
Loading…
Reference in New Issue
Block a user