Commit c9751707 by Ivana Huckova Committed by GitHub

Fix href to datasources for NoDataSourceCallToAction in Explore (#25991)

parent b5ca2381
......@@ -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>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment