Make MODALS.CONFIRM not dismissed when out of focus
Clicking OK or cancel will be the only way to dismiss this modal.
This commit is contained in:
parent
0fb27e7c48
commit
9787940bc8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export default function ModalConfirm(props: Props) {
|
|||
}
|
||||
|
||||
return (
|
||||
<Modal isOpen type="card" onAborted={doHideModal}>
|
||||
<Modal isOpen type="custom">
|
||||
<Card
|
||||
title={title}
|
||||
subtitle={subtitle}
|
||||
|
|
Loading…
Reference in a new issue