mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 23:09:47 +02:00
Fix content type in URL
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -26,6 +26,7 @@ export function UrlBar({ sendRequest, loading, onMethodChange, method, onUrlChan
|
|||||||
useEditor
|
useEditor
|
||||||
useTemplating
|
useTemplating
|
||||||
onSubmit={sendRequest}
|
onSubmit={sendRequest}
|
||||||
|
contentType="url"
|
||||||
name="url"
|
name="url"
|
||||||
label="Enter URL"
|
label="Enter URL"
|
||||||
className="font-mono"
|
className="font-mono"
|
||||||
|
|||||||
Reference in New Issue
Block a user