pierrejeambrun commented on code in PR #72374:
URL: https://github.com/apache/airflow/pull/72374#discussion_r3936186928
##########
airflow-core/src/airflow/ui/src/i18n/config.ts:
##########
@@ -23,6 +23,10 @@ import { initReactI18next } from "react-i18next";
import { VersionService } from "openapi/requests/services.gen";
+// Also configures the generated client, which must happen before the version
+// request below. See src/basePath.
+import { basePath } from "src/basePath";
Review Comment:
Basically if this was "configureClient" instead of "basePath" this comment
wouldn't be needed
--
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]