bugfix: Use SingleLineEditor in New Request form to add env variable highlighting (#4954)

* Use SingleLineEditor in New Request form to add variable highlighting
This commit is contained in:
Bacteria
2025-07-09 19:03:12 +05:30
committed by GitHub
parent ef730c2c1a
commit 668fbfb0e0
4 changed files with 27 additions and 16 deletions

View File

@@ -83,6 +83,7 @@ const QueryUrl = ({ item, collection, handleRun }) => {
<HttpMethodSelector method={method} onMethodSelect={onMethodSelect} />
</div>
<div
id="request-url"
className="flex items-center flex-grow input-container h-full"
style={{
color: 'yellow',