fisjac commented on code in PR #29096: URL: https://github.com/apache/superset/pull/29096#discussion_r1689124652
########## superset-frontend/src/features/alerts/AlertReportModal.tsx: ########## @@ -593,6 +605,22 @@ const AlertReportModal: FunctionComponent<AlertReportModalProps> = ({ setNotificationAddState('active'); }; + const updateAnchorState = (value: any) => { Review Comment: Ideally, I'd like for this to be typed as `string | undefined`, but I'm running into issues from antd's typing for the `onSelect` prop which is typed as `'RawValueType | LabelValueType'` and throws an error on compile when typed as such. I've used any as a workaround. -- 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