mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-18 14:23:37 +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:
@@ -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 || []
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user