This is an automated email from the ASF dual-hosted git repository.
sfirke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new a7b158c7fa fix(explore): correct search icon in dashboard submenu
(#35489)
a7b158c7fa is described below
commit a7b158c7fa4ec11f93f8ba81fe576916b2151372
Author: Rafael Benitez <[email protected]>
AuthorDate: Mon Oct 6 14:02:03 2025 -0300
fix(explore): correct search icon in dashboard submenu (#35489)
---
.../src/explore/components/useExploreAdditionalActionsMenu/index.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx
b/superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx
index 19278a747b..dd5a873a59 100644
---
a/superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx
+++
b/superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx
@@ -257,7 +257,7 @@ export const useExploreAdditionalActionsMenu = (
<Input
allowClear
placeholder={t('Search')}
- prefix={<Icons.StarOutlined iconSize="l" />}
+ prefix={<Icons.SearchOutlined iconSize="l" />}
css={css`
width: 220px;
margin: ${theme.sizeUnit * 2}px ${theme.sizeUnit * 3}px;