pierrejeambrun commented on code in PR #45045:
URL: https://github.com/apache/airflow/pull/45045#discussion_r1892428039
##########
airflow/ui/src/components/ClearRun/ClearRunButton.tsx:
##########
@@ -48,7 +56,8 @@ const ClearRunButton = ({ dagId, dagRunId }: Props) => {
return (
<Box>
- <Button
+ <ButtonComponent
Review Comment:
>Ah if possible same could be applied to
airflow/ui/src/components/TriggerDag/TriggerDAGIconButton.tsx and consolidate
both components...
Yes i'll open a follow up PR.
--
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]