bbovenzi commented on code in PR #47627:
URL: https://github.com/apache/airflow/pull/47627#discussion_r1990092171
##########
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.
I got quite a bit of user feedback that people were confused with the change
and that it forced extra clicks.
> The one on the bottom is also working...
What do you mean?
--
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]