leezng commented on code in PR #9356:
URL: https://github.com/apache/inlong/pull/9356#discussion_r1409061918


##########
inlong-dashboard/src/plugins/sources/defaults/File.ts:
##########
@@ -28,6 +28,112 @@ const { I18n } = DataWithBackend;
 const { FieldDecorator } = RenderRow;
 const { ColumnDecorator } = RenderList;
 
+const timeZoneList = [

Review Comment:
   I would suggest using an array, for example `[-12,13].map(...)` loop to 
generate the data.
   
   However, it won't have much impact.



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