mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
fix: metrics one hour select label (#2712)
This commit is contained in:
parent
025fdeea1a
commit
2c15841af4
@ -33,7 +33,7 @@ export const FeatureMetricsHours = ({
|
|||||||
const parseFeatureMetricsHour = (value: unknown) => {
|
const parseFeatureMetricsHour = (value: unknown) => {
|
||||||
switch (value) {
|
switch (value) {
|
||||||
case '1':
|
case '1':
|
||||||
return 2;
|
return 1;
|
||||||
case '24':
|
case '24':
|
||||||
return 24;
|
return 24;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user