chore: add min to the call steps
This commit is contained in:
parent
c018713676
commit
48422e0a4b
@ -338,6 +338,7 @@ export default function AddEditAssistant({
|
||||
<Input
|
||||
value={toolSteps}
|
||||
type="number"
|
||||
min={0}
|
||||
onChange={(e) => {
|
||||
const newSteps = e.target.value
|
||||
const stepNumber = Number(newSteps)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user