mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 11:51:13 +01:00
Typesafe routing and CM line height issue
This commit is contained in:
@@ -29,7 +29,7 @@ export const UrlBar = memo(function UrlBar({ id: requestId, url, method, classNa
|
||||
);
|
||||
|
||||
return (
|
||||
<form onSubmit={handleSubmit} className={classnames(className, 'w-full flex items-center')}>
|
||||
<form onSubmit={handleSubmit} className={className}>
|
||||
<Input
|
||||
key={requestId}
|
||||
hideLabel
|
||||
|
||||
Reference in New Issue
Block a user