From 6f4f540e105a2baa63fa16923029fc96d2631a9a Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 4 May 2023 06:46:49 -0400 Subject: [PATCH] [v10.0.x] Connections: Fix create new datasource route (#67820) Connections: Fix create new datasource route (#67802) fix(connections): prevent datasources details route matching new route (cherry picked from commit 8ca9a89cf1ca4f6c99b65f57b808bf4fe1c8c4d2) Co-authored-by: Jack Westbrook --- public/app/features/connections/Connections.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/connections/Connections.tsx b/public/app/features/connections/Connections.tsx index 952ed4a73ff..f7ef10fcb92 100644 --- a/public/app/features/connections/Connections.tsx +++ b/public/app/features/connections/Connections.tsx @@ -31,8 +31,8 @@ export default function Connections() { {/* Redirect to "Add new connection" by default */} } /> - +