This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch test-ci
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/test-ci by this push:
     new 2bded744a9 chore: test
2bded744a9 is described below

commit 2bded744a94ed3268ebc58de0b7eded31f35cf5a
Author: Michael S. Molina <[email protected]>
AuthorDate: Mon Mar 4 15:47:08 2024 -0500

    chore: test
---
 superset-frontend/src/components/Alert/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/components/Alert/index.tsx 
b/superset-frontend/src/components/Alert/index.tsx
index b8d7abcf66..1eccc1af67 100644
--- a/superset-frontend/src/components/Alert/index.tsx
+++ b/superset-frontend/src/components/Alert/index.tsx
@@ -29,7 +29,7 @@ export default function Alert(props: AlertProps) {
   const {
     type = 'info',
     description,
-    showIcon = true,
+    showIcon = false,
     closable = true,
     roomBelow = false,
     children,

Reply via email to