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


##########
airflow-core/src/airflow/ui/src/pages/DagsList/DagsList.tsx:
##########
@@ -299,9 +356,19 @@ export const DagsList = () => {
             </Heading>
             <DagImportErrors iconOnly />
           </HStack>
-          {display === "card" ? (
-            <SortSelect handleSortChange={handleSortChange} orderBy={orderBy} 
/>
-          ) : undefined}
+          <HStack>
+            <TimeRangeSelector
+              defaultValue={DEFAULT_HOURS}
+              endDate={endDate}
+              setEndDate={setEndDate}
+              setStartDate={setStartDate}
+              showDateRange={false}
+              startDate={startDate}

Review Comment:
   Yeah +1 for removing it for now, especially if AF2 was working like this. 
Probably less confusing, it's too different from other filters on the same page.



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