Merge pull request #1401 from merico-dev/cherrypick-demo-dashboards-to-v0.9

Cherrypick demo dashboards to v0.9
diff --git a/config-ui/src/pages/configure/connections/AddConnection.jsx b/config-ui/src/pages/configure/connections/AddConnection.jsx
index 9ddf9b0..76b75c0 100644
--- a/config-ui/src/pages/configure/connections/AddConnection.jsx
+++ b/config-ui/src/pages/configure/connections/AddConnection.jsx
@@ -155,7 +155,7 @@
                   token={token}
                   username={username}
                   password={password}
-                  onSave={saveConnection}
+                  onSave={() => saveConnection({})}
                   onTest={testConnection}
                   onCancel={cancel}
                   onValidate={validate}