diff --git a/superset-frontend/src/components/ErrorMessage/BasicErrorAlert.tsx b/superset-frontend/src/components/ErrorMessage/BasicErrorAlert.tsx index 4609dc7e1..ffc120d87 100644 --- a/superset-frontend/src/components/ErrorMessage/BasicErrorAlert.tsx +++ b/superset-frontend/src/components/ErrorMessage/BasicErrorAlert.tsx @@ -59,7 +59,7 @@ export default function BasicErrorAlert({ return ( {!level || level === 'error' ? ( - + ) : ( )} diff --git a/superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx b/superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx index cb40f0c5e..f47fc7fe2 100644 --- a/superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx +++ b/superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx @@ -111,7 +111,7 @@ export default function ErrorAlert({ {!level || level === 'error' ? ( ) : ( ) : (