mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 16:43:53 +01:00
Debounce autocomplete
This commit is contained in:
@@ -37,7 +37,7 @@ export function HeaderEditor() {
|
||||
};
|
||||
|
||||
return (
|
||||
<form onSubmit={handleSubmit}>
|
||||
<form onSubmit={handleSubmit} className="min-h-[30vh]">
|
||||
<VStack space={2}>
|
||||
{headers.map((header, i) => (
|
||||
<FormRow
|
||||
|
||||
Reference in New Issue
Block a user