[WEB-4494] fix: kanban delete modal ux #7405
This commit is contained in:
parent
47354f0e91
commit
7829e3adf5
1 changed files with 1 additions and 0 deletions
|
|
@ -249,6 +249,7 @@ export const BaseKanBanRoot: React.FC<IBaseKanBanLayout> = observer((props: IBas
|
|||
isOpen={deleteIssueModal}
|
||||
handleClose={() => setDeleteIssueModal(false)}
|
||||
onSubmit={handleDeleteIssue}
|
||||
isEpic={isEpic}
|
||||
/>
|
||||
{/* drag and delete component */}
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue