diff --git a/frontend/app/types/filter/newFilter.js b/frontend/app/types/filter/newFilter.js index 0084d1e39..f2c91f80a 100644 --- a/frontend/app/types/filter/newFilter.js +++ b/frontend/app/types/filter/newFilter.js @@ -752,10 +752,10 @@ export const mobileConditionalFilters = [ operatorOptions: filterOptions.getOperatorsByKeys(['is']), icon: 'filters/cpu-load', options: [ - { label: 'nominal', value: 0 }, - { label: 'warm', value: 1 }, - { label: 'hot', value: 2 }, - { label: 'critical', value: 3 } + { label: 'nominal', value: "0" }, + { label: 'warm', value: "1" }, + { label: 'hot', value: "2" }, + { label: 'critical', value: "3" } ], }, {