We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 841ec9a + fd9eb21 commit 2b2b240Copy full SHA for 2b2b240
1 file changed
config-ui/src/pages/configure/connections/AddConnection.jsx
@@ -155,7 +155,7 @@ export default function AddConnection () {
155
token={token}
156
username={username}
157
password={password}
158
- onSave={saveConnection}
+ onSave={() => saveConnection({})}
159
onTest={testConnection}
160
onCancel={cancel}
161
onValidate={validate}
0 commit comments