You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-07-15 23:54:29 +02:00
[GH-3947]: Close confirmation dialog box on delete (#4031)
This commit is contained in:
@ -127,6 +127,7 @@ const CalendarFullView = (props: Props): JSX.Element|null => {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
mutator.deleteBlock(cardItem, 'delete card')
|
mutator.deleteBlock(cardItem, 'delete card')
|
||||||
|
setShowConfirmationDialogBox(false)
|
||||||
}, [cardItem, board.id])
|
}, [cardItem, board.id])
|
||||||
|
|
||||||
const confirmDialogProps: ConfirmationDialogBoxProps = useMemo(() => {
|
const confirmDialogProps: ConfirmationDialogBoxProps = useMemo(() => {
|
||||||
|
Reference in New Issue
Block a user