From 8ca9a89cf1ca4f6c99b65f57b808bf4fe1c8c4d2 Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Thu, 4 May 2023 12:37:14 +0200 Subject: [PATCH] Connections: Fix create new datasource route (#67802) fix(connections): prevent datasources details route matching new route --- 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 */} } /> - +