mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
ui - show retry on Admin UI
This commit is contained in:
parent
753a18efeb
commit
d87bda32a2
1 changed files with 1 additions and 1 deletions
|
@ -1285,7 +1285,7 @@ const handleEditSubmit = async (formValues: Record<string, any>) => {
|
||||||
|
|
||||||
<InputNumber
|
<InputNumber
|
||||||
className="ml-5"
|
className="ml-5"
|
||||||
value={defaultRetry}
|
defaultValue={defaultRetry}
|
||||||
min={0} step={1}
|
min={0} step={1}
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue