bbovenzi commented on code in PR #66569:
URL: https://github.com/apache/airflow/pull/66569#discussion_r3267716795
##########
airflow-core/src/airflow/ui/src/components/DataTable/DataTable.tsx:
##########
@@ -39,6 +39,7 @@ import { TableList } from
"src/components/DataTable/TableList";
import { ToggleTableDisplay } from
"src/components/DataTable/ToggleTableDisplay";
import { createSkeletonMock } from "src/components/DataTable/skeleton";
import type { CardDef, MetaColumn, TableState } from
"src/components/DataTable/types";
+import { IconButton } from "src/components/ui";
import { ProgressBar, Pagination, Toaster } from "src/components/ui";
Review Comment:
Yes, I'm going to add a eslint rule in another PR to fix this across the
board.
--
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]