Improve errors reporting

This commit is contained in:
2023-12-12 13:30:59 +01:00
parent c7f7bfe67c
commit f651c756b6
3 changed files with 19 additions and 5 deletions

View File

@ -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>