bbovenzi commented on code in PR #58411:
URL: https://github.com/apache/airflow/pull/58411#discussion_r2590021324
##########
airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/TaskLogHeader.tsx:
##########
@@ -85,6 +85,7 @@ export const TaskLogHeader = ({
const sources = searchParams.getAll(SearchParamsKeys.SOURCE);
const logLevels = searchParams.getAll(SearchParamsKeys.LOG_LEVEL);
const hasLogLevels = logLevels.length > 0;
+ const system = createTheme();
Review Comment:
Why are we calling this inside the tasklogheader?
--
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]