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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1d084d0a Update useSettingsManager.jsx (#1950)
1d084d0a is described below

commit 1d084d0ac3389aa44355ab917b4997bfafdd4b79
Author: jasendo <[email protected]>
AuthorDate: Tue May 24 01:29:50 2022 -0400

    Update useSettingsManager.jsx (#1950)
---
 config-ui/src/hooks/useSettingsManager.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-ui/src/hooks/useSettingsManager.jsx 
b/config-ui/src/hooks/useSettingsManager.jsx
index 31f44f75..29e1d218 100644
--- a/config-ui/src/hooks/useSettingsManager.jsx
+++ b/config-ui/src/hooks/useSettingsManager.jsx
@@ -38,7 +38,7 @@ function useSettingsManager ({
         connectionPayload = {
           ...connectionPayload,
           name: connection.name,
-          endPoing: connection.endpoint,
+          endpoint: connection.endpoint,
           basicAuthEncoded: connection.basicAuthEncoded,
           proxy: connection.proxy || connection.Proxy
         }

Reply via email to