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 57a4c95 commit 114f9fcCopy full SHA for 114f9fc
packages/pluggableWidgets/datagrid-web/src/utils/test-utils.tsx
@@ -84,6 +84,8 @@ export function mockContainerProps(overrides?: Partial<DatagridContainerProps>):
84
selectAllText: dynamic("Select all items"),
85
selectAllTemplate: dynamic("Select all %d items"),
86
allSelectedText: dynamic("All items selected"),
87
+ useCustomPagination: false,
88
+ customPagination: undefined,
89
...overrides
90
};
91
}
0 commit comments