Skip to content

Commit bab4ca9

Browse files
committed
fix: remove prop
1 parent 82c694b commit bab4ca9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/pluggableWidgets/datagrid-web/src/model/configs/Datagrid.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export interface DatagridConfig {
2020
enableSelectAll: boolean;
2121
keepSelection: boolean;
2222
autoSelect: boolean;
23-
pagingPosition: PagingPositionEnum;
2423
multiselectable: true | undefined;
2524
loadingType: LoadingTypeEnum;
2625
columnsDraggable: boolean;
@@ -50,7 +49,6 @@ export function datagridConfig(props: DatagridContainerProps): DatagridConfig {
5049
enableSelectAll: props.enableSelectAll,
5150
keepSelection: props.keepSelection,
5251
autoSelect: props.autoSelect,
53-
pagingPosition: props.pagingPosition,
5452
multiselectable: isMultiselectable(props),
5553
loadingType: props.loadingType,
5654
columnsHidable: props.columnsHidable,

0 commit comments

Comments
 (0)