jscheffl commented on code in PR #47627:
URL: https://github.com/apache/airflow/pull/47627#discussion_r1990087573
##########
airflow/ui/src/components/TriggerDag/TriggerDAGModal.tsx:
##########
@@ -43,21 +42,14 @@ const TriggerDAGModal: React.FC<TriggerDAGModalProps> = ({
<Dialog.Content backdrop>
<Dialog.Header paddingBottom={0}>
<VStack align="start" gap={4}>
- <Heading size="xl">
- Trigger Dag - {dagDisplayName} <TogglePause dagId={dagId}
isPaused={isPaused} skipConfirm />
Review Comment:
Oh, a bit sad - I was actually happy about the toggle pause button on the
top. The one on the bottom is also working...
--
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]