Better handling of configuration load

This commit is contained in:
2023-06-17 18:19:11 +02:00
parent cffa8f40c2
commit 56f8dfeb9e
2 changed files with 8 additions and 4 deletions

View File

@ -65,7 +65,7 @@ export function AsyncWidget(p: {
<Alert
variant="outlined"
severity="error"
style={{ marginBottom: "15px" }}
style={{ margin: "0px 15px 15px 15px" }}
>
{p.errMsg}
</Alert>