Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-10-16 18:20:23 +07:00
committed by GitHub
parent d5d98f64e7
commit e1af333fc6
24 changed files with 93 additions and 165 deletions
@@ -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>