mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Fix default value for input in simple condition (#94248)
fix default value for input
This commit is contained in:
@@ -143,7 +143,7 @@ export const SimpleConditionEditor = ({
|
|||||||
type="number"
|
type="number"
|
||||||
width={10}
|
width={10}
|
||||||
onChange={onEvaluateValueChange}
|
onChange={onEvaluateValueChange}
|
||||||
value={simpleCondition.evaluator.params[0] || 0}
|
value={simpleCondition.evaluator.params[0]}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|||||||
Reference in New Issue
Block a user