You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/13 15:31:43 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #25003: Refactor js file structure

jedcunningham commented on code in PR #25003:
URL: https://github.com/apache/airflow/pull/25003#discussion_r920222035


##########
airflow/www/webpack.config.js:
##########
@@ -73,7 +73,7 @@ const config = {
     task: `${JS_DIR}/task.js`,
     taskInstances: `${JS_DIR}/task_instances.js`,
     tiLog: `${JS_DIR}/ti_log.js`,
-    grid: [`${JS_DIR}/grid/index.jsx`],
+    grid: `${JS_DIR}/dag/index.tsx`,

Review Comment:
   This key should stay as grid?



-- 
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@airflow.apache.org

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