Browse Source

update

master
Anna Ho 1 year ago
parent
commit
def20f3b4d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/PublicNotice/ListPanel/PendingPaymentTab.js

+ 1
- 1
src/pages/PublicNotice/ListPanel/PendingPaymentTab.js View File

@@ -319,7 +319,7 @@ export default function SubmittedTab({ setCount, url }) {
checkboxSelection
disableRowSelectionOnClick
columns={columns}
customPageSize={2}
customPageSize={10}
onRowSelectionModelChange={(newSelection) => {
setSelectedRowItems(newSelection);
}}


Loading…
Cancel
Save