chore: debugging leftovers
This commit is contained in:
parent
ff7db56666
commit
6ede7fab90
1 changed files with 1 additions and 4 deletions
|
|
@ -365,10 +365,7 @@ const Transactions = () => {
|
||||||
manualFiltering: true,
|
manualFiltering: true,
|
||||||
manualPagination: true,
|
manualPagination: true,
|
||||||
enableSorting: false,
|
enableSorting: false,
|
||||||
onPaginationChange: it => {
|
onPaginationChange: it => updateField('pagination', it),
|
||||||
console.log('PAGINATION', it)
|
|
||||||
updateField('pagination', it)
|
|
||||||
},
|
|
||||||
muiFilterTextFieldProps: {
|
muiFilterTextFieldProps: {
|
||||||
size: 'small',
|
size: 'small',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue