bbovenzi commented on code in PR #63624:
URL: https://github.com/apache/airflow/pull/63624#discussion_r2955607485
##########
airflow-core/src/airflow/ui/src/constants/filterConfigs.tsx:
##########
@@ -89,6 +89,12 @@ export const useFilterConfigs = () => {
label: translate("common:dagRun.conf"),
type: FilterTypes.TEXT,
},
+ [SearchParamsKeys.CONSUMING_ASSET]: {
+ icon: <MdSearch />,
+ label: "Consuming Asset",
+ placeholder: "Search by asset name",
Review Comment:
These should use translation keys
--
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]