You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "likyh (via GitHub)" <gi...@apache.org> on 2023/02/24 02:08:30 UTC

[GitHub] [incubator-devlake] likyh commented on a diff in pull request #4510: fix(config-ui): adjust the api field

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


##########
config-ui/src/pages/blueprint/components/sync-policy/index.tsx:
##########
@@ -72,7 +72,7 @@ export const SyncPolicy = ({
         <div className="block">
           <h3>Time Filter *</h3>
           <p>Select the data range you wish to collect. DevLake will collect the last six months of data by default.</p>
-          <StartFromSelector value={createdDateAfter} onChange={onChangeCreatedDateAfter} />
+          <StartFromSelector value={timeAfter} onChange={onChangeCreatedDateAfter} />

Review Comment:
   should `setCreatedDateAfter` be changed?



-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org