msyavuz commented on code in PR #32587: URL: https://github.com/apache/superset/pull/32587#discussion_r2150572986
########## superset-frontend/src/components/Dropdown/index.tsx: ########## @@ -82,7 +82,7 @@ export enum IconOrientation { } export interface MenuDotsDropdownProps extends AntdDropdownProps { - overlay: ReactElement; + overlay?: ReactElement; Review Comment: overlay prop can still be used but i made it optional -- 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