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

This commit is contained in:
Ivana Huckova 2020-07-01 21:04:06 +02:00 committed by GitHub
parent b5ca2381bc
commit c9751707c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>
);