pierrejeambrun commented on code in PR #46471: URL: https://github.com/apache/airflow/pull/46471#discussion_r1944916543
########## airflow/ui/src/queries/useTrigger.ts: ########## @@ -73,6 +73,8 @@ export const useTrigger = ({ dagId, onSuccessConfirm }: { dagId: string; onSucce ? new Date(dagRunRequestBody.dataIntervalEnd) : undefined; + const LogicalDate = dagRunRequestBody.logicalDate ? new Date(dagRunRequestBody.logicalDate) : undefined; Review Comment: ofc I'll do that. True that's weird :p I naively followed the convention, but lower case is more appropriate :) -- 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-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org