Commit d6c8681
committed
fix: Resolves issue #46
This ensures that variable queries have their `refId` set, which is required for Grafana to associate the response with the request. I can't seem to find documentation about this, but it's reflected in other custom variable support implementations: https://github.com/grafana/grafana/blob/15293a2ceb083108c0f15490933db523aa915c7d/public/app/plugins/datasource/loki/components/VariableQueryEditor.tsx#L711 parent edcb23f commit d6c8681
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
| |||
0 commit comments