michael-s-molina commented on code in PR #27262: URL: https://github.com/apache/superset/pull/27262#discussion_r1511449308
########## superset-frontend/src/features/alerts/AlertReportModal.tsx: ########## @@ -1581,7 +1581,7 @@ const AlertReportModal: FunctionComponent<AlertReportModalProps> = ({ key="schedule" > <AlertReportCronScheduler - value={currentAlert?.crontab || ALERT_REPORTS_DEFAULT_CRON_VALUE} + value={currentAlert?.crontab || ''} Review Comment: Given that we are validating empty CRON values, this change is fine. -- 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