mirror of
https://github.com/grafana/grafana.git
synced 2025-01-18 20:43:26 -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 = (
|
||||
<LinkButton size="lg" href="/datasources/new" icon="database">
|
||||
<LinkButton size="lg" href="datasources/new" icon="database">
|
||||
Add data source
|
||||
</LinkButton>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user