From cc5d4742f0a9c286dc6076dc96957e767934ee7d Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 5 Feb 2026 13:08:08 -0800 Subject: [PATCH] Don't select current request by default for response chaining --- plugins/template-function-response/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/template-function-response/src/index.ts b/plugins/template-function-response/src/index.ts index 6294d208..884c4c7d 100644 --- a/plugins/template-function-response/src/index.ts +++ b/plugins/template-function-response/src/index.ts @@ -55,6 +55,7 @@ const requestArg: FormInput = { type: 'http_request', name: 'request', label: 'Request', + defaultValue: '', // Make it not select the active one by default }; export const plugin: PluginDefinition = {