Skip to content

Commit ea4934c

Browse files
feat(datagrid-web): use RefreshIndicator from the component kit
1 parent 2fde595 commit ea4934c

File tree

1 file changed

+1
-1
lines changed
  • packages/pluggableWidgets/datagrid-web/src/components

1 file changed

+1
-1
lines changed

packages/pluggableWidgets/datagrid-web/src/components/Widget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { RefreshIndicator } from "@mendix/widget-plugin-component-kit/RefreshIndicator";
12
import { Pagination } from "@mendix/widget-plugin-grid/components/Pagination";
23
import { SelectionStatus } from "@mendix/widget-plugin-grid/selection";
34
import classNames from "classnames";
@@ -25,7 +26,6 @@ import { FocusTargetController } from "@mendix/widget-plugin-grid/keyboard-navig
2526
import { observer } from "mobx-react-lite";
2627
import { RowsRenderer } from "./RowsRenderer";
2728
import { GridHeader } from "./GridHeader";
28-
import { RefreshIndicator } from "./RefreshIndicator";
2929

3030
export interface WidgetProps<C extends GridColumn, T extends ObjectItem = ObjectItem> {
3131
CellComponent: CellComponent<C>;

0 commit comments

Comments
 (0)