grafana / google-bigquery-datasource

Google BigQuery Datasource Plugin for Grafana.
Apache License 2.0
27 stars 15 forks source link

ConfigEditor: Update MaxBytesBilled type #278

Closed ivanahuckova closed 5 months ago

ivanahuckova commented 5 months ago

Fix type error from incorrectly set type maxBytesBilled-> MaxBytesBilled. As we already used uppercased MaxBytesBilled, I updated type.

Now:

image

Before:

image
zoltanbedi commented 5 months ago

how is this not showing up in CI?

ivanahuckova commented 5 months ago

how is this not showing up in CI?

I can have a look and try to fix this, so it does not happen in the future