ephraimbuddy commented on code in PR #52177:
URL: https://github.com/apache/airflow/pull/52177#discussion_r2205593345
##########
airflow-core/src/airflow/ui/src/components/Clear/Run/ClearRunDialog.tsx:
##########
@@ -101,7 +102,23 @@ const ClearRunDialog = ({ dagRun, onClose, open }: Props)
=> {
/>
</Flex>
<ActionAccordion affectedTasks={affectedTasks} note={note}
setNote={setNote} />
- <Flex justifyContent="end" mt={3}>
+ <Flex
+ {...(dagRun.bundle_version !== null && dagRun.bundle_version !== ""
Review Comment:
Fixed this by comparing the run's bundle_version with dag.bundle_version
which always has the latest bundle version on it. Works fine.
--
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]