Improve errors reporting
This commit is contained in:
@ -51,7 +51,7 @@ export function AlertDialogProvider(p: PropsWithChildren): React.ReactElement {
|
||||
<DialogContent>
|
||||
<DialogContentText
|
||||
id="alert-dialog-description"
|
||||
style={{ whiteSpace: "pre" }}
|
||||
style={{ whiteSpace: "pre-line" }}
|
||||
>
|
||||
{message}
|
||||
</DialogContentText>
|
||||
|
Reference in New Issue
Block a user