mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 01:38:26 +02:00
Don't select current request by default for response chaining
This commit is contained in:
@@ -55,6 +55,7 @@ const requestArg: FormInput = {
|
|||||||
type: 'http_request',
|
type: 'http_request',
|
||||||
name: 'request',
|
name: 'request',
|
||||||
label: 'Request',
|
label: 'Request',
|
||||||
|
defaultValue: '', // Make it not select the active one by default
|
||||||
};
|
};
|
||||||
|
|
||||||
export const plugin: PluginDefinition = {
|
export const plugin: PluginDefinition = {
|
||||||
|
|||||||
Reference in New Issue
Block a user