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:
infinite-persistence 2022-06-02 22:34:02 +08:00 committed by Thomas Zarebczan
parent 0fb27e7c48
commit 9787940bc8

View file

@ -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}