Skip to content

Commit

Permalink
Merge pull request #1060 from microbiomedata/revert-1056-results-race…
Browse files Browse the repository at this point in the history
…-condition
  • Loading branch information
naglepuff authored Sep 28, 2023
2 parents 1104a58 + 243b522 commit 8c32262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/use/usePaginatedResults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default function usePaginatedResult<T>(
if (dataObjectFilter !== undefined) {
watch(dataObjectFilter, fetchResults, { deep: true });
}
fetchResults();
// ENDTODO

function setPage(newPage: number) {
Expand Down

0 comments on commit 8c32262

Please sign in to comment.