EnxDev commented on code in PR #32112: URL: https://github.com/apache/superset/pull/32112#discussion_r1971933905
########## superset-frontend/src/components/Icons/Icon.tsx: ########## @@ -48,6 +70,7 @@ export const StyledIcon = styled(AntdIconComponent)<IconType>` export interface IconProps extends IconType { fileName: string; + customIcons?: boolean; Review Comment: This component is under construction. With this prop, I want to avoid the double <span> for the icon. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org