mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Ran codemod upgrade tool
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user