mirror of
https://github.com/mattermost/focalboard.git
synced 2025-03-23 20:52:42 +02:00
[GH-3947]: Close confirmation dialog box on delete (#4031)
This commit is contained in:
parent
6f0c34ddd1
commit
4b07ea52f7
@ -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…
x
Reference in New Issue
Block a user