[GH-3947]: Close confirmation dialog box on delete (#4031)
This commit is contained in:
parent
6f0c34ddd1
commit
4b07ea52f7
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ const CalendarFullView = (props: Props): JSX.Element|null => {
|
|||
return
|
||||
}
|
||||
mutator.deleteBlock(cardItem, 'delete card')
|
||||
setShowConfirmationDialogBox(false)
|
||||
}, [cardItem, board.id])
|
||||
|
||||
const confirmDialogProps: ConfirmationDialogBoxProps = useMemo(() => {
|
||||
|
|
Loading…
Reference in a new issue