mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
fix: add change method param on callback (#4963)
This commit is contained in:
parent
deb1038c28
commit
c6e0591c58
@ -169,7 +169,7 @@ export const RequestUrlBar = forwardRef<RequestUrlBarHandle, Props>(({
|
||||
<div className="urlbar">
|
||||
<MethodDropdown
|
||||
ref={methodDropdownRef}
|
||||
onChange={() => onMethodChange(request, method)}
|
||||
onChange={(methodValue: string) => onMethodChange(request, methodValue)}
|
||||
method={method}
|
||||
/>
|
||||
<div className="urlbar__flex__right">
|
||||
|
Loading…
Reference in New Issue
Block a user