fix(workflow): remove hardcoded UTC timezone from new schedule node to use user timezone

This commit is contained in:
lyzno1 2025-10-13 17:10:34 +08:00
parent d709f20e1f
commit 378c2afcd3
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ const nodeDefault: NodeDefault<ScheduleTriggerNodeType> = {
defaultValue: {
...getDefaultScheduleConfig(),
cron_expression: '',
timezone: 'UTC',
} as ScheduleTriggerNodeType,
checkValid(payload: ScheduleTriggerNodeType, t: any) {
const i18nPrefix = 'workflow.errorMsg'