mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
ui - fix team based usage crashing
This commit is contained in:
parent
8c7aa24959
commit
9b1b3a08e2
1 changed files with 1 additions and 3 deletions
|
@ -667,9 +667,7 @@ const UsagePage: React.FC<UsagePageProps> = ({
|
|||
showLegend={true}
|
||||
index="date"
|
||||
categories={uniqueTeamIds}
|
||||
yAxisWidth={80}
|
||||
colors={["blue", "green", "yellow", "red", "purple"]}
|
||||
|
||||
yAxisWidth={80}
|
||||
stack={true}
|
||||
/>
|
||||
</Card>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue