Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix automation describeCondition for number state type (#21052)
When using a number state condition in an automation, the UI used an incorrect evaluation when trying to describe the condition which made the label default to the default value. To fix this, I just changed the evaluation to check directly for `undefined` value.
- Loading branch information