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


##########
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:
   I had tried this and a few versions of it, but linter wasn't happy 
   ```
   error  Promise-returning function provided to attribute where a void return 
was expected
   ```



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