Fixes #14723 ### Summary Fixes a UI while creating a custom CRON ### Changes Made - updated `WorkflowEditTriggerCronForm.tsx` to use the predefined `FormSelectFieldInput.tsx` instead of using `Select.tsx` - added `hint` prop to `FormSelectFieldInput.tsx` - updated styling for showing `Upcoming execution time` - added conditional render for `Schedule` and `Upcoming Execution Time` - `Schedule` section is not rendered in Custom Cron ### Steps to Reproduce (Before Fix) 1. Navigate to - /object/workflow/xxxx 2. Try adding a new Trigger 3. Set Trigger Interval to Cron (Custom) ### Before  ### After  --------- Co-authored-by: Charles Bochet <charles@twenty.com>
Run yarn dev while server running on port 3000