twenty icon indicating copy to clipboard operation
twenty copied to clipboard

fix: custom-cron-ui

Open codiearyan opened this issue 3 weeks ago • 2 comments

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

Screenshot 2025-11-13 at 4 00 29 PM

After

Screenshot 2025-11-13 at 4 00 55 PM

codiearyan avatar Nov 13 '25 10:11 codiearyan