Typesafe routing and CM line height issue

This commit is contained in:
Gregory Schier
2023-03-20 16:47:36 -07:00
parent d310272d19
commit dc97b91a4e
20 changed files with 202 additions and 77 deletions

View File

@@ -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