mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Merge pull request #9180 from Grizzly-jobs/fix/team-edit-metadata-does-not-work
Fix Metadata not updating in Team UI
This commit is contained in:
commit
5b3d9a7fc2
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ const TeamInfoView: React.FC<TeamInfoProps> = ({
|
|||
max_budget: values.max_budget,
|
||||
budget_duration: values.budget_duration,
|
||||
metadata: {
|
||||
...teamData?.team_info?.metadata,
|
||||
...values.metadata,
|
||||
guardrails: values.guardrails || []
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue