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 = {