From 424fd6334163346b3324ac5cbf063c260e5e91c5 Mon Sep 17 00:00:00 2001 From: AAfghahi Date: Mon, 21 Nov 2022 17:25:01 -0500 Subject: [PATCH] error alert --- superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx b/superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx index 7b8488a5b9267..e509521d3fa34 100644 --- a/superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx +++ b/superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx @@ -132,7 +132,7 @@ export default function ErrorAlert({ {description && (

{description}

- {!isExpandable && ( + {!isExpandable && body && (