Skip to content

Commit

Permalink
Fix folder pagination missing page
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpzx committed Apr 9, 2024
1 parent 2377940 commit f33a31f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export const listDatasetStorageLocations = (datasetUri, filter) => ({
datasetUri
locations(filter: $filter) {
count
page
pages
hasNext
hasPrevious
nodes {
locationUri
created
Expand Down

0 comments on commit f33a31f

Please sign in to comment.