fix: trigger timestamp show place

This commit is contained in:
Joel
2025-10-21 18:21:37 +08:00
parent 04b55177b5
commit 439727746c
3 changed files with 26 additions and 4 deletions

View File

@ -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,