forked from abner/for-legacy-web
fix: actually close error modal
This commit is contained in:
@@ -11,7 +11,7 @@ export function ErrorModal({ onClose, error }: Props) {
|
|||||||
return (
|
return (
|
||||||
<Modal
|
<Modal
|
||||||
visible={true}
|
visible={true}
|
||||||
onClose={() => false}
|
onClose={onClose}
|
||||||
title={<Text id="app.special.modals.error" />}
|
title={<Text id="app.special.modals.error" />}
|
||||||
actions={[
|
actions={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user