Don't select current request by default for response chaining

This commit is contained in:
Gregory Schier
2026-02-05 13:08:08 -08:00
parent 5b8e4b98a0
commit cc5d4742f0

View File

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