mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 20:14:57 +02:00
[UBER-782] Added disabled parameter to DM presenter (#3620)
Signed-off-by: Oleg Solodkov <oleg.solodkov@xored.com>
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
</div>
|
||||
<div class="clear-mins flex-no-shrink mt-4">
|
||||
{#if presenter}
|
||||
<svelte:component this={presenter} value={doc} inline />
|
||||
<svelte:component this={presenter} value={doc} inline disabled />
|
||||
{/if}
|
||||
</div>
|
||||
<div class="flex-between flex-baseline mt-3">
|
||||
|
||||
Reference in New Issue
Block a user