mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
When table data returns a column with the value 0, it should not ignore it. This change checks for undefined instead of if the value is truthy. Fixes #8531