mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 19:44:57 +02:00
Fix email notification (#6425)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
{#if doc && panelComponent}
|
||||
<Component
|
||||
is={panelComponent}
|
||||
props={{ embedded, _id: doc.attachedTo, _class: doc.attachedToClass, ...props }}
|
||||
props={{ embedded, _id: doc.attachedTo, _class: doc.attachedToClass, selectedDoc: _id, ...props }}
|
||||
on:close
|
||||
/>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user