Error panel should have severity "error"
Signed-off-by: Nicolas Torres <nicolast@backbase.com>
This commit is contained in:
@@ -100,6 +100,7 @@ export const ErrorPanel = ({
|
||||
}: PropsWithChildren<ErrorPanelProps>) => {
|
||||
return (
|
||||
<WarningPanel
|
||||
severity="error"
|
||||
title={title ?? error.message}
|
||||
defaultExpanded={defaultExpanded}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user