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