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 49f4bb5068 chore: test
49f4bb5068 is described below
commit 49f4bb5068bbfbedf53bd8857526cd11ea2d47a6
Author: Michael S. Molina <[email protected]>
AuthorDate: Mon Mar 4 15:36:45 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,