URL path placeholders

This commit is contained in:
Gregory Schier
2024-08-30 05:24:07 -07:00
parent f8936e7b76
commit c73262b037
20 changed files with 267 additions and 73 deletions

View File

@@ -344,6 +344,7 @@ export const RequestPane = memo(function RequestPane({
<UrlParametersEditor
forceUpdateKey={forceUpdateKey}
urlParameters={activeRequest.urlParameters}
url={activeRequest.url}
onChange={handleUrlParametersChange}
/>
</TabContent>