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}
/>
- } onClick={onCreate}>
+ } onClick={() => onCreate()}>
Create a New Connection