fix: usage filter

This commit is contained in:
jialin
2026-04-22 13:16:48 +08:00
committed by jialin
parent 7d75714662
commit 94d3fa356c
6 changed files with 37 additions and 12 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ const DailyUsage: React.FC<DailyUsageProps> = (props) => {
},
{
label: summary.models_called.toString(),
value: 'Models called',
value: 'Models used',
color: baseColorMap.baseR2,
iconType: 'roundRect'
}