Skip to content

Commit a83ee66

Browse files
committed
fix: fix ai gateway chart label not correct issue
1 parent 18a39b1 commit a83ee66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components/aiGateway/AIGatewayOverview.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const AIGatewayOverview: React.FC<AIGatewayOverviewProps> = React.memo(
9191
return {
9292
value: info,
9393
};
94-
}, [t]);
94+
}, [t, type]);
9595

9696
const valueFormatter = useMemo(() => {
9797
return (value: number) => {

0 commit comments

Comments
 (0)