mirror of
https://github.com/langgenius/dify.git
synced 2026-01-28 14:43:11 +08:00
fix(trigger): timestamp should be number type
This commit is contained in:
parent
8fa0bb48df
commit
6507263b28
@ -52,7 +52,7 @@ const Panel = () => {
|
||||
// is workflow
|
||||
...((isWorkflowPage && !isChatMode) ? [{
|
||||
name: 'timestamp',
|
||||
value_type: 'integer' as const,
|
||||
value_type: 'number' as const,
|
||||
description: t('workflow.globalVar.fieldsDescription.triggerTimestamp'),
|
||||
}] : []),
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user