mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix href to datasources for NoDataSourceCallToAction in Explore (#25991)
This commit is contained in:
parent
b5ca2381bc
commit
c9751707c5
@ -23,7 +23,7 @@ export const NoDataSourceCallToAction = () => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
const ctaElement = (
|
const ctaElement = (
|
||||||
<LinkButton size="lg" href="/datasources/new" icon="database">
|
<LinkButton size="lg" href="datasources/new" icon="database">
|
||||||
Add data source
|
Add data source
|
||||||
</LinkButton>
|
</LinkButton>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user