This commit is contained in:
Gregory Schier
2024-09-03 06:44:51 -07:00
parent 33f1aa29e4
commit 428aaad877
5 changed files with 23 additions and 84 deletions

View File

@@ -298,7 +298,7 @@ export const RequestPane = memo(function RequestPane({
const { updateKey } = useRequestUpdateKey(activeRequestId ?? null);
const importCurl = useImportCurl();
useRequestEditorEvent('focus_http_request_params_tab', () => {
useRequestEditorEvent('request_pane.focus_tab', () => {
setActiveTab(TAB_PARAMS);
});