Fix problems panel broken when selecting triggers (#1960)

This PR fixes an issue where the problems panel breaks when you change
to query type to `Triggers`.

![](https://grafana.zendesk.com/attachments/token/MNBgVTPRKZkwa6TsMBbtBQdIp/?name=image.png)

How to reproduce:

1. Go to `Zabbix data source features` dashboard
2. Open Problems panel
3. Change`Query type` to `Triggers`
4. Select `Problems` from `Count by`
5. Change the `Group` to `Backend`
6. The problems panel should not error

---------

Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
This commit is contained in:
Sriram
2025-02-24 10:01:08 +00:00
committed by GitHub
parent a5cfbfa7d9
commit f4376363eb
2 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
'grafana-zabbix': patch
---
Fix problems panel broken when selecting triggers