forked from phoenix/litellm-mirror
add save button on admin ui
This commit is contained in:
parent
281e92d0a8
commit
87bd499d11
1 changed files with 3 additions and 0 deletions
|
@ -1294,6 +1294,9 @@ const handleEditSubmit = async (formValues: Record<string, any>) => {
|
|||
</tbody>
|
||||
</table>
|
||||
}
|
||||
<Button className="mt-6 mr-8">
|
||||
Save
|
||||
</Button>
|
||||
|
||||
</TabPanel>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue