We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad0889 commit 21d6ee2Copy full SHA for 21d6ee2
1 file changed
api/src/main/webui/src/components/common/ResourceListDataView.tsx
@@ -9,11 +9,18 @@ import {
9
useDataViewFilters,
10
useDataViewPagination,
11
DataViewEventsProvider,
12
- DataViewTh,
13
DataViewTr,
14
DataViewState,
15
useDataViewSort,
16
} from '@patternfly/react-data-view';
+/*
17
+ * The following import is a work-around for
18
+ * https://github.com/patternfly/react-data-view/issues/662
19
+ * and should be removed when upgrading to a version of react-data-view
20
+ * that includes the fix. The DataViewTh import should be moved above to
21
+ * be from '@patternfly/react-data-view'.
22
+ */
23
+import { DataViewTh } from '@patternfly/react-data-view/dist/cjs/DataViewTable';
24
import {
25
Pagination,
26
EmptyState,
0 commit comments