dify/web/app/components/workflow/nodes/trigger-schedule/utils
lyzno1 6943a379c9 feat: show placeholder '--' for invalid cron expressions in node display
- Return '--' placeholder when cron mode has empty or invalid expressions
- Prevents displaying fallback dates that confuse users
- Maintains consistent UX for invalid schedule configurations
2025-09-18 17:04:02 +08:00
..
cron-parser.spec.ts feat: comprehensive trigger node system with Schedule Trigger implementation (#24039) 2025-08-18 09:23:16 +08:00
cron-parser.ts fix(webhook-trigger): request array type adjustment (#25005) 2025-09-02 23:20:12 +08:00
execution-time-calculator.spec.ts refactor: unify trigger node architecture and clean up technical debt (#24886) 2025-09-01 15:47:44 +08:00
execution-time-calculator.ts feat: show placeholder '--' for invalid cron expressions in node display 2025-09-18 17:04:02 +08:00