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

likyh 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 e0fd570dd fix(config-ui): missed timeAfter after change data scope 
(#4696)
e0fd570dd is described below

commit e0fd570dd5cc8adc89a8a246ddcd2b0d73e9e2e3
Author: 青湛 <[email protected]>
AuthorDate: Fri Mar 17 11:56:11 2023 +0800

    fix(config-ui): missed timeAfter after change data scope (#4696)
---
 config-ui/src/pages/blueprint/detail/panel/configuration.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-ui/src/pages/blueprint/detail/panel/configuration.tsx 
b/config-ui/src/pages/blueprint/detail/panel/configuration.tsx
index fc99df4f7..d2b52e2a4 100644
--- a/config-ui/src/pages/blueprint/detail/panel/configuration.tsx
+++ b/config-ui/src/pages/blueprint/detail/panel/configuration.tsx
@@ -96,7 +96,7 @@ export const Configuration = ({ blueprint, operating, 
onUpdate, onRefresh }: Pro
   const handleUpdateConnection = (updated: any) =>
     onUpdate({
       settings: {
-        version: '2.0.0',
+        ...blueprint.settings,
         connections: blueprint.settings.connections.map((cs) =>
           cs.plugin === updated.plugin && cs.connectionId === 
updated.connectionId ? updated : cs,
         ),

Reply via email to