diff --git a/superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx b/superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx index 74967dc0d3544..9510a78410316 100644 --- a/superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx +++ b/superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx @@ -108,13 +108,6 @@ export const MenuTrigger = styled(Button)` `} `; -const iconReset = css` - .antd5-dropdown-menu-item > & > .anticon:first-child { - margin-right: 0; - vertical-align: 0; - } -`; - export const useExploreAdditionalActionsMenu = ( latestQueryFormData, canDownloadCSV, @@ -330,14 +323,14 @@ export const useExploreAdditionalActionsMenu = ( <> } + icon={} disabled={!canDownloadCSV} > {t('Export to original .CSV')} } + icon={} disabled={!canDownloadCSV} > {t('Export to pivoted .CSV')} @@ -346,7 +339,7 @@ export const useExploreAdditionalActionsMenu = ( ) : ( } + icon={} disabled={!canDownloadCSV} > {t('Export to .CSV')} @@ -354,20 +347,20 @@ export const useExploreAdditionalActionsMenu = ( )} } + icon={} disabled={!canDownloadCSV} > {t('Export to .JSON')} } + icon={} > {t('Download as image')} } + icon={} disabled={!canDownloadCSV} > {t('Export to Excel')}