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


##########
airflow-core/src/airflow/ui/src/constants/filterConfigs.tsx:
##########
@@ -85,6 +86,11 @@ export const useFilterConfigs = () => {
       label: translate("common:filters.logicalDateTo"),
       type: FilterTypes.DATE,
     },
+    [SearchParamsKeys.LOGICAL_DATE_RANGE]: {
+      icon: <MdDateRange />,
+      label: translate("common:date"),
+      type: FilterTypes.DATERANGE,
+    },

Review Comment:
   You can remove 'non range' filters, as I think range will replace them?



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