mirror of
https://github.com/gosticks/plane.git
synced 2025-10-16 12:45:33 +00:00
[WEB-4494] fix: kanban delete modal ux #7405
This commit is contained in:
parent
47354f0e91
commit
7829e3adf5
@ -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…
Reference in New Issue
Block a user