[WEB-4494] fix: kanban delete modal ux #7405

This commit is contained in:
Anmol Singh Bhatia 2025-07-14 16:29:26 +05:30 committed by GitHub
parent 47354f0e91
commit 7829e3adf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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