{
if (evt.detail !== undefined) {
await client.update(issue, { kind: evt.detail })
}
}}
/>
{
await client.update(issue, { $push: { labels: evt.detail._id } })
}}
on:delete={onTagDelete}
/>
{#if issue.milestone}
{/if}
{#if keys.length > 0}
{#each keys as key (typeof key === 'string' ? key : key.key)}
{/each}
{/if}