Ran codemod upgrade tool

This commit is contained in:
Muaz Ahmad
2024-06-04 14:57:50 +05:00
parent a65dd748ea
commit c11047fc4e
6 changed files with 20 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ export type FatalErrorStateModalProps = {
export const FatalErrorStateModal: FC<FatalErrorStateModalProps> = ({ title, message }) => (
<Modal
title={title}
visible
open
footer={null}
closable={false}
keyboard={false}