mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 23:18:05 +08:00
[autofix.ci] apply automated fixes
This commit is contained in:
@ -186,7 +186,7 @@ const useConfig = (id: string, payload: PluginTriggerNodeType) => {
|
||||
(variable: InputVar, varDetail: InputVar) => {
|
||||
const newInputs = produce(inputs, (draft) => {
|
||||
const nextEventParameters = normalizeEventParameters({
|
||||
...(draft.event_parameters || {}),
|
||||
...draft.event_parameters,
|
||||
[variable.variable]: {
|
||||
type: VarKindType.variable,
|
||||
value: varDetail.variable,
|
||||
|
||||
Reference in New Issue
Block a user