Error panel should have severity "error"

Signed-off-by: Nicolas Torres <nicolast@backbase.com>
This commit is contained in:
Nicolas Torres
2021-07-22 19:01:09 +02:00
parent 5b98e2ba31
commit 32dee9bbd0
@@ -100,6 +100,7 @@ export const ErrorPanel = ({
}: PropsWithChildren<ErrorPanelProps>) => {
return (
<WarningPanel
severity="error"
title={title ?? error.message}
defaultExpanded={defaultExpanded}
>