Parse and import querystring on paste (#89)

This commit is contained in:
Gregory Schier
2024-09-15 11:41:26 -07:00
committed by GitHub
parent 75552cbb7d
commit 8913833157
5 changed files with 111 additions and 16 deletions

View File

@@ -228,7 +228,7 @@ export const Editor = forwardRef<EditorView | undefined, EditorProps>(function E
[dialog],
);
const { focusParamValue } = useRequestEditor();
const [, { focusParamValue }] = useRequestEditor();
const onClickPathParameter = useCallback(
async (name: string) => {
focusParamValue(name);