grafana / grafana-aws-sdk-react

Apache License 2.0
3 stars 1 forks source link

Fix issue with config select dependencies #20

Closed sarahzinger closed 2 years ago

sarahzinger commented 2 years ago

Fixes https://github.com/grafana/athena-datasource/issues/144

We were missing the dependencies for access key and secret key which meant when these values updated, other select fields (such as catalog in athena) would not re-fetch as it didn't notice a change.