chore: issue relation modal and issue peek overview mutation fix (#3482)

* fix: resolve addtocycle and addtomodule mutation in peek overview and issue sidebar

* fix: issue relation modal fix for all issues peek overview

* fix: cycle and module mutation in issue detail and issue peek overview

* fix: updated the issue actions for cycle and module mutation in peek overview

* chore: module issue store updated

* chore: existing isssue modal improvement and build error fix

---------

Co-authored-by: gurusainath <gurusainath007@gmail.com>
This commit is contained in:
Anmol Singh Bhatia 2024-01-27 15:20:36 +05:30 committed by GitHub
parent 9ecdcc6fde
commit 212f2b54f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 59 additions and 81 deletions

View file

@ -110,6 +110,8 @@ export const HeaderGroupByCard = observer(
{renderExistingIssueModal && (
<ExistingIssuesListModal
workspaceSlug={workspaceSlug?.toString()}
projectId={projectId?.toString()}
isOpen={openExistingIssueListModal}
handleClose={() => setOpenExistingIssueListModal(false)}
searchParams={ExistingIssuesListModalPayload}