bbovenzi commented on code in PR #49666:
URL: https://github.com/apache/airflow/pull/49666#discussion_r2063806599


##########
airflow-core/src/airflow/ui/src/router.tsx:
##########
@@ -54,7 +54,7 @@ import { XCom } from "src/pages/XCom";
 
 import { Configs } from "./pages/Configs";
 import { Security } from "./pages/Security";
-import { queryClient } from "./queryClient";
+import { client } from "./queryClient";

Review Comment:
   This one we want to use the queryClient we create but I wanted the name to 
be different so we don't accidentally import our local `queryClient` instead of 
using `useQueryClient()`



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