Skip to content

Commit 3eebc04

Browse files
atrakhConvex, Inc.
authored andcommitted
dashboard: make sure usage page always distinguishes cloud backups in… (#40442)
… usage breakdown GitOrigin-RevId: 71058bb6bc3c011c07dab108b45b4df70ff75465
1 parent ae3f198 commit 3eebc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/dashboard/src/components/billing/TeamUsageByFunctionChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ function useOrderedAndGroupedRows(
411411
const { componentPath } = row;
412412
let key;
413413
let deployment = null;
414-
const isSystem = row.function.startsWith("_system");
414+
const isSystem = row.function.startsWith("_system/");
415415
const isCloudBackups = row.function === "_system_job/cloud_backup";
416416
const name = isSystem ? "" : row.function;
417417
if (project) {

0 commit comments

Comments
 (0)