mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
fix: Empty Error Alert Modal (#22186)
This commit is contained in:
@@ -132,7 +132,7 @@ export default function ErrorAlert({
|
||||
{description && (
|
||||
<div className="error-body">
|
||||
<p>{description}</p>
|
||||
{!isExpandable && (
|
||||
{!isExpandable && body && (
|
||||
<span
|
||||
role="button"
|
||||
tabIndex={0}
|
||||
|
||||
Reference in New Issue
Block a user