mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
Fix URL bar
This commit is contained in:
Binary file not shown.
@@ -1,5 +1,4 @@
|
||||
import classnames from 'classnames';
|
||||
import { Link } from 'preact-router';
|
||||
import { useState } from 'react';
|
||||
import { useRequestCreate, useRequestUpdate } from '../hooks/useRequest';
|
||||
import { useTheme } from '../hooks/useTheme';
|
||||
|
||||
@@ -23,7 +23,7 @@ export function UrlBar({ sendRequest, loading, onMethodChange, method, onUrlChan
|
||||
>
|
||||
<Input
|
||||
hideLabel
|
||||
// useEditor={{ useTemplating: true, contentType: 'url' }}
|
||||
useEditor={{ useTemplating: true, contentType: 'url' }}
|
||||
className="px-0"
|
||||
name="url"
|
||||
label="Enter URL"
|
||||
|
||||
Reference in New Issue
Block a user