From 74adf65b0b1b0c478bf6e979159d7d9983b934dd Mon Sep 17 00:00:00 2001 From: Fine Date: Thu, 24 Nov 2022 16:19:09 +0800 Subject: [PATCH] typo --- src/views/dashboard/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/data.ts b/src/views/dashboard/data.ts index 445a7770..ef9ccd7d 100644 --- a/src/views/dashboard/data.ts +++ b/src/views/dashboard/data.ts @@ -135,7 +135,7 @@ export const MetricTypes: { { label: "read heatmap values in the duration", value: "readHeatMap" }, ], SAMPLED_RECORD: [ - { label: "read sorted top N values ", value: "readRecords" }, + { label: "read sorted top N values", value: "readRecords" }, { label: "get sorted topN values", value: "readSampledRecords" }, ], };