josix commented on code in PR #43303:
URL: https://github.com/apache/airflow/pull/43303#discussion_r1813309140


##########
airflow/ui/src/pages/DagsList/DagsList.tsx:
##########
@@ -120,6 +120,7 @@ const cardDef: CardDef<DAGResponse> = {
 export const DagsList = () => {
   const [searchParams, setSearchParams] = useSearchParams();
   const [display, setDisplay] = useState<"card" | "table">("card");
+  const [selectedTags, setSelectedTags] = useState<Array<string>>([]);

Review Comment:
   Thanks for pointing it out, I updated the data flow to make it get/set from 
`searchParams`.



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