Skip to content

Commit

Permalink
TSK-1402: fix default assignee when creating issues
Browse files Browse the repository at this point in the history
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
  • Loading branch information
ThetaDR committed May 11, 2023
1 parent 3d1e1a5 commit 91cb708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/tracker-resources/src/components/CreateIssue.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
estimation: 0,
sprint,
status,
assignee,
assignee: undefined,
labels: [],
parentIssue: parentIssue?._id,
subIssues: []
Expand Down Expand Up @@ -729,4 +729,4 @@
}}
/>
</svelte:fragment>
</Card>
</Card>

0 comments on commit 91cb708

Please sign in to comment.