From ea700384b3746bd56279f6115b79ed3fcce284ec Mon Sep 17 00:00:00 2001 From: Erik Ritter Date: Thu, 7 Oct 2021 15:30:56 -0700 Subject: [PATCH] fix: error alerts again (#17026) --- .../src/components/ErrorMessage/BasicErrorAlert.tsx | 2 +- superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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' ? ( ) : ( ) : (