Skip to content

Commit

Permalink
Merge branch 'feat/paginated-table-components' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Feb 14, 2025
2 parents 51dd833 + 2cdf4fe commit 43ce29e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const SelectAllRecordsRowComponent = (props: SelectAllRecordsRowProps) => {
event.stopPropagation();
setLoading(true);
try {
await props.onSelectAllRecords();
await onSelectAllRecords();
} finally {
setLoading(false);
}
Expand Down

0 comments on commit 43ce29e

Please sign in to comment.