mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 17:45:02 +02:00
@@ -246,12 +246,7 @@
|
||||
<div class="mt-6">
|
||||
{#key issue._id && currentProject !== undefined}
|
||||
{#if currentProject !== undefined}
|
||||
<SubIssues
|
||||
focusIndex={50}
|
||||
{issue}
|
||||
shouldSaveDraft
|
||||
projects={new Map([[currentProject?._id, currentProject]])}
|
||||
/>
|
||||
<SubIssues focusIndex={50} {issue} shouldSaveDraft />
|
||||
{/if}
|
||||
{/key}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user