IO-2298 added export buttons on payments

This commit is contained in:
swtmply
2023-05-25 01:28:22 +08:00
parent 8f91416623
commit 209245187f
5 changed files with 79 additions and 4 deletions

View File

@@ -156,7 +156,7 @@ export function PaymentsListPaginated({
render: (text, record) => (
<Space>
<Button
disabled={record.exportedat}
// disabled={record.exportedat}
onClick={async () => {
let apolloResults;
if (search.search) {