URL path placeholders

This commit is contained in:
Gregory Schier
2024-08-30 05:24:07 -07:00
parent b3865d383b
commit afa64acf83
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>