Skip to content

Commit

Permalink
add save button on admin ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed May 5, 2024
1 parent 281e92d commit 87bd499
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/litellm-dashboard/src/components/model_dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 1294,9 @@ const handleEditSubmit = async (formValues: Record<string, any>) => {
</tbody>
</table>
}
<Button className="mt-6 mr-8">
Save
</Button>

</TabPanel>

Expand Down

0 comments on commit 87bd499

Please sign in to comment.