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
commit e00fd5d2c5f2723373902d30eb10972d652b0205 Author: Michael S. Molina <[email protected]> AuthorDate: Mon Mar 4 15:37:35 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,
