diff --git a/plugins/tracker-resources/src/components/issues/edit/CreateSubIssue.svelte b/plugins/tracker-resources/src/components/issues/edit/CreateSubIssue.svelte index 00c391231f..bfab62901a 100644 --- a/plugins/tracker-resources/src/components/issues/edit/CreateSubIssue.svelte +++ b/plugins/tracker-resources/src/components/issues/edit/CreateSubIssue.svelte @@ -186,12 +186,14 @@ justify="center" on:change={({ detail }) => (newIssue.priority = detail)} /> - (newIssue.assignee = detail)} - /> + {#key newIssue.assignee} + (newIssue.assignee = detail)} + /> + {/key}