Skip to content

Commit

Permalink
remove async
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed Sep 22, 2021
1 parent 1862306 commit 3d8b599
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export function useTable(storageKey: string) {
sorting,
pagination,
onTableChange,
fetchMoreData: async ({
fetchMoreData: ({
page,
sort,
queryText,
Expand Down

0 comments on commit 3d8b599

Please sign in to comment.