mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-08 02:37:44 +02:00
Fix attachments in drafts (#2451)
Signed-off-by: Denis Maslennikov <denis.maslennikov@gmail.com>
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
</Scroller>
|
||||
{#if showCommenInput}
|
||||
<div class="ref-input">
|
||||
<Component is={chunter.component.CommentInput} props={{ object, shouldUseDraft: true }} />
|
||||
<Component is={chunter.component.CommentInput} props={{ object, shouldSaveDraft: true }} />
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
@@ -164,7 +164,7 @@
|
||||
</div>
|
||||
{#if showCommenInput}
|
||||
<div class="ref-input">
|
||||
<Component is={chunter.component.CommentInput} props={{ object, shouldUseDraft: true }} />
|
||||
<Component is={chunter.component.CommentInput} props={{ object, shouldSaveDraft: true }} />
|
||||
</div>
|
||||
{/if}
|
||||
<div class="p-activity select-text" id={activity.string.Activity}>
|
||||
|
||||
Reference in New Issue
Block a user