pierrejeambrun commented on code in PR #50732:
URL: https://github.com/apache/airflow/pull/50732#discussion_r2126968615


##########
airflow-core/src/airflow/ui/src/pages/DagsList/DagsFilters/DagsFilters.tsx:
##########
@@ -166,11 +171,18 @@ export const DagsFilters = () => {
           showPaused={showPaused}
         />
         <TagFilter
+          onMenuScrollToBottom={() => {
+            void fetchNextPage();
+          }}

Review Comment:
   Weird I tried that locally and it was working for me. Maybe I missed 
something



##########
airflow-core/src/airflow/ui/openapi-gen/queries/customInfiniteQueries.ts:
##########
@@ -0,0 +1,38 @@
+import { InfiniteData, useInfiniteQuery, UseInfiniteQueryOptions } from 
"@tanstack/react-query";
+
+import { DagService } from "openapi/requests/services.gen";
+
+import * as Common from "./common";
+
+export const useDagServiceGetDagTagsInfinite = <

Review Comment:
   +1 for this



-- 
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]

Reply via email to