fix: creating a new sub-issue from workspace level (#6169)
This commit is contained in:
parent
b21d190ce0
commit
a85e592ada
1 changed files with 4 additions and 1 deletions
|
|
@ -121,7 +121,10 @@ export const IssueDetailWidgetModals: FC<Props> = observer((props) => {
|
|||
};
|
||||
|
||||
// helpers
|
||||
const createUpdateModalData = { parent_id: issueCrudOperationState?.create?.parentIssueId };
|
||||
const createUpdateModalData: Partial<TIssue> = {
|
||||
parent_id: issueCrudOperationState?.create?.parentIssueId,
|
||||
project_id: projectId,
|
||||
};
|
||||
|
||||
const existingIssuesModalSearchParams = {
|
||||
sub_issue: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue