- {!QUERY_LOG_INTERVALS_DAYS.includes(interval) && (
-
-
{t('custom_rotation_input')}
+
+
+ {!QUERY_LOG_INTERVALS_DAYS.includes(intervalValue) && (
+
+
{i18next.t('custom_rotation_input')}
+
+
{
+ setValue('customInterval', parseInt(e.target.value, 10));
+ }}
/>
)}
- {getIntervalFields(processing, t, toFloatNumber)}
+
+ {QUERY_LOG_INTERVALS_DAYS.map((interval) => (
+
+ ))}