update test
This commit is contained in:
@@ -278,8 +278,9 @@ export class IssueDetail {
|
||||
const isNewIssueRoute = this.route.snapshot.routeConfig?.path === 'issues/new';
|
||||
|
||||
if (isNewIssueRoute) {
|
||||
const draftId = Number(this.route.snapshot.queryParamMap.get('draftId') ?? 0);
|
||||
return {
|
||||
id: 0,
|
||||
id: draftId,
|
||||
type: 'Story',
|
||||
assignee: '',
|
||||
epic: '',
|
||||
|
||||
Reference in New Issue
Block a user