This is an automated email from the ASF dual-hosted git repository.

mintsweet pushed a commit to branch fix-5857
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit eab219dea5d30c86e0a9fcfab1a42386fb3682ce
Author: mintsweet <[email protected]>
AuthorDate: Wed Aug 16 19:37:35 2023 +1200

    fix(config-ui): incorrect connections total
---
 config-ui/src/pages/connection/home/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-ui/src/pages/connection/home/index.tsx 
b/config-ui/src/pages/connection/home/index.tsx
index 4bab1140d..d0dcccbcc 100644
--- a/config-ui/src/pages/connection/home/index.tsx
+++ b/config-ui/src/pages/connection/home/index.tsx
@@ -45,7 +45,7 @@ export const ConnectionHomePage = () => {
         count: connections.filter((cs) => cs.plugin === 'webhook').length,
       },
     ],
-    [],
+    [connections],
   );
 
   const handleShowListDialog = (config: PluginConfigType) => {

Reply via email to