This commit is contained in:
Gregory Schier
2024-09-03 06:44:51 -07:00
parent 942f959c36
commit 90e2eb67e5
5 changed files with 23 additions and 84 deletions

View File

@@ -15,7 +15,7 @@ export function UrlParametersEditor({ pairs, forceUpdateKey, onChange }: Props)
const pairEditor = useRef<PairEditorRef>(null);
useRequestEditorEvent(
'focus_http_request_param_value',
'request_params.focus_value',
(name) => {
const pairIndex = pairs.findIndex((p) => p.name === name);
if (pairIndex >= 0) {