fix: add existing issue modal fix (#3649)
This commit is contained in:
parent
eea3b4fa54
commit
1bf06821bb
5 changed files with 12 additions and 16 deletions
|
|
@ -70,7 +70,7 @@ export const ModuleEmptyState: React.FC<Props> = observer((props) => {
|
|||
projectId={projectId}
|
||||
isOpen={moduleIssuesListModal}
|
||||
handleClose={() => setModuleIssuesListModal(false)}
|
||||
searchParams={{ module: moduleId != undefined ? [moduleId.toString()] : [] }}
|
||||
searchParams={{ module: moduleId != undefined ? moduleId.toString() : "" }}
|
||||
handleOnSubmit={handleAddIssuesToModule}
|
||||
/>
|
||||
<div className="grid h-full w-full place-items-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue