From aa73f082d8b03415ad1185e330ba915cd2e98ec0 Mon Sep 17 00:00:00 2001 From: Kirill Nevedrov Date: Wed, 24 Jun 2026 02:13:32 +0200 Subject: [PATCH] fix: recover create a new connection action --- config-ui/src/plugins/components/connection-list/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-ui/src/plugins/components/connection-list/index.tsx b/config-ui/src/plugins/components/connection-list/index.tsx index e0985b1d14d..2b253f25eb1 100644 --- a/config-ui/src/plugins/components/connection-list/index.tsx +++ b/config-ui/src/plugins/components/connection-list/index.tsx @@ -113,7 +113,7 @@ export const ConnectionList = ({ plugin, onCreate }: Props) => { dataSource={connections} pagination={false} /> -