mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
* fix DataSourceAddButton component This component implicitly returned `false` when `canCreateDataSource` was false, and that way it didn't qualify as a function component. We fixed it to explicitly return null in this case. * DataSourceAddButton: update function signature This is more consistent with other code in this codebase. |
||
---|---|---|
.. | ||
ConnectDataPage.tsx | ||
DataSourceDetailsPage.tsx | ||
DataSourcesListPage.tsx | ||
EditDataSourcePage.tsx | ||
index.tsx | ||
NewDataSourcePage.tsx |