mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
fix: trigger timestamp show place
This commit is contained in:
@ -68,7 +68,7 @@ export const getGlobalVars = (isChatMode: boolean): Var[] => {
|
||||
variable: 'sys.workflow_run_id',
|
||||
type: VarType.string,
|
||||
},
|
||||
...(isInWorkflow ? [
|
||||
...((isInWorkflow && !isChatMode) ? [
|
||||
{
|
||||
variable: 'sys.trigger_timestamp',
|
||||
type: VarType.string,
|
||||
|
||||
Reference in New Issue
Block a user