grafana/public/app/features/connections/pages
mikkancso edb86d4bf3
DataSources: fix DataSourceAddButton component (#60176)
* 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.
2022-12-15 09:25:03 +01:00
..
ConnectDataPage.tsx Connections: Support standalone plugin pages (#57772) 2022-11-10 11:14:23 +01:00
DataSourceDetailsPage.tsx Plugins: Make the Plugin Details page reusable (#58741) 2022-11-29 13:45:03 +01:00
DataSourcesListPage.tsx DataSources: fix DataSourceAddButton component (#60176) 2022-12-15 09:25:03 +01:00
EditDataSourcePage.tsx Connections: Support standalone plugin pages (#57772) 2022-11-10 11:14:23 +01:00
index.tsx Connections: Support standalone plugin pages (#57772) 2022-11-10 11:14:23 +01:00
NewDataSourcePage.tsx Connections: Support standalone plugin pages (#57772) 2022-11-10 11:14:23 +01:00