mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 20:07:56 +01:00
[WEB-4494] fix: kanban delete modal ux #7405
This commit is contained in:
committed by
GitHub
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
|
||||
|
||||
Reference in New Issue
Block a user