We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92dd6d9 commit 936ccf8Copy full SHA for 936ccf8
1 file changed
web/src/components/app.tsx
@@ -65,7 +65,7 @@ const resolver: { [key: string]: ResolverField } = {
65
download_count: { label: "Total Downloads", type: "metric" },
66
download_count_month: { label: "Monthly Downloads", type: "metric" },
67
download_count_week: { label: "Weekly Downloads", type: "metric" },
68
- build_id: { label: "Build ID", type: "number" },
+ build_id: { label: "Build ID", type: "hash" },
69
};
70
71
function Show({ value, Key, props }: { value: any, props: AppProps, Key?: string }) {
0 commit comments