pierrejeambrun commented on code in PR #46885:
URL: https://github.com/apache/airflow/pull/46885#discussion_r1961781515
##########
airflow/ui/src/pages/Dag/Code/Code.tsx:
##########
@@ -73,9 +129,23 @@ export const Code = () => {
Parsed at: <Time datetime={dag.last_parsed_time} />
</Heading>
)}
- <Button aria-label={wrap ? "Unwrap" : "Wrap"} bg="bg.panel"
onClick={toggleWrap} variant="outline">
- {wrap ? "Unwrap" : "Wrap"}
- </Button>
+ <HStack>
+ <Field.Root>
+ <AsyncSelect
Review Comment:
Not sure we need an AsyncSelect. That would make the component loading
options simpler. But since we have it, why not.
--
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]