grafana/public/app/features/connections
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
..
__mocks__ Chore: Update version (#58750) 2022-11-15 10:03:05 -03:00
hooks
pages DataSources: fix DataSourceAddButton component (#60176) 2022-12-15 09:25:03 +01:00
tabs/ConnectData Connections: Support standalone plugin pages (#57772) 2022-11-10 11:14:23 +01:00
Connections.test.tsx Connections: Update "Your connections/Data sources" page (#58589) 2022-11-30 09:41:01 +01:00
Connections.tsx Connections: Support standalone plugin pages (#57772) 2022-11-10 11:14:23 +01:00
constants.ts Plugins: Make the Plugin Details page reusable (#58741) 2022-11-29 13:45:03 +01:00
routes.tsx Connections: Support standalone plugin pages (#57772) 2022-11-10 11:14:23 +01:00