We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801f450 commit 01357adCopy full SHA for 01357ad
ui/litellm-dashboard/src/components/budgets/edit_budget_modal.tsx
@@ -143,7 +143,7 @@ const EditBudgetModal: React.FC<BudgetModalProps> = ({
143
</>
144
145
<div style={{ textAlign: "right", marginTop: "10px" }}>
146
- <Button2 htmlType="submit">Edit Budget</Button2>
+ <Button2 htmlType="submit">Save</Button2>
147
</div>
148
</Form>
149
</Modal>
ui/litellm-dashboard/src/components/teams.tsx
@@ -211,7 +211,7 @@ const Team: React.FC<TeamProps> = ({
211
></Form.Item>
212
213
214
- <Button2 htmlType="submit">Edit Team</Button2>
215
216
217
0 commit comments