mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 23:36:02 +00:00
fix: kb form
This commit is contained in:
@@ -250,9 +250,6 @@ export default function KBForm({
|
|||||||
{...field}
|
{...field}
|
||||||
onChange={(e) => field.onChange(Number(e.target.value))}
|
onChange={(e) => field.onChange(Number(e.target.value))}
|
||||||
className="w-[180px] h-10 text-base appearance-none"
|
className="w-[180px] h-10 text-base appearance-none"
|
||||||
min={1}
|
|
||||||
max={30}
|
|
||||||
defaultValue={5}
|
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<FormDescription>
|
<FormDescription>
|
||||||
|
|||||||
Reference in New Issue
Block a user