bbovenzi commented on code in PR #63624:
URL: https://github.com/apache/airflow/pull/63624#discussion_r2955609008
##########
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 />,
Review Comment:
Let's also use the database icon that we typically use for icons
--
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]