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 (
|
return (
|
||||||
<Modal isOpen type="card" onAborted={doHideModal}>
|
<Modal isOpen type="custom">
|
||||||
<Card
|
<Card
|
||||||
title={title}
|
title={title}
|
||||||
subtitle={subtitle}
|
subtitle={subtitle}
|
||||||
|
|
Loading…
Add table
Reference in a new issue