{#if hasSubIssues}
{#if hasSubIssues}
{/if}
{#if isCreating}
{
isCreating = false
}}
on:create={(evt) => {
if (children === undefined) {
children = []
}
children = [...children, evt.detail]
dispatch('create-issue', evt.detail)
}}
on:changeContent
/>
{/if}