mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +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) => {
|
||||
switch (value) {
|
||||
case '1':
|
||||
return 2;
|
||||
return 1;
|
||||
case '24':
|
||||
return 24;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user