likyh commented on code in PR #4696:
URL: 
https://github.com/apache/incubator-devlake/pull/4696#discussion_r1139552933


##########
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,

Review Comment:
   If the empty time filter hasn't been pass to the backend, I think we should 
fix this issue in backend. 😂



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to