Skip to content

Commit 2b2b240

Browse files
author
Klesh Wong
authored
Merge pull request #1397 from merico-dev/jc-1396-jira-add-connection
`fix` v0.9.1 cannot save jira connection
2 parents 841ec9a + fd9eb21 commit 2b2b240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config-ui/src/pages/configure/connections/AddConnection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default function AddConnection () {
155155
token={token}
156156
username={username}
157157
password={password}
158-
onSave={saveConnection}
158+
onSave={() => saveConnection({})}
159159
onTest={testConnection}
160160
onCancel={cancel}
161161
onValidate={validate}

0 commit comments

Comments
 (0)