msyavuz commented on code in PR #30730:
URL: https://github.com/apache/superset/pull/30730#discussion_r1821113624


##########
superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:
##########
@@ -51,17 +51,15 @@ export const AlertReportCronScheduler: 
FC<AlertReportCronSchedulerProps> = ({
   onChange,
 }) => {
   const theme = useTheme();
-  const inputRef = useRef<AntdInput>(null);

Review Comment:
   setValue is obsolete and redundant on the customSetValue callback and i 
think handlePressEnter can use value directly so this becomes unneccessary.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to