fix: actually close error modal

pull/1049/head
Paul Makles 2022-04-09 19:02:22 +01:00
parent da52f01282
commit b106e88b76
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export function ErrorModal({ onClose, error }: Props) {
return (
<Modal
visible={true}
onClose={() => false}
onClose={onClose}
title={<Text id="app.special.modals.error" />}
actions={[
{