Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbbbbbbbbba committed May 3, 2024
1 parent 07d859e commit 2ddd728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/src/components/LoadMoreAsync.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ async function refresh() {
}
function renderData(data) {
data = data || {};
pageData.cursor = data.cursor;
pageData.hasMore = data.hasMore;
if (data.results && data.results.length) {
Expand Down

0 comments on commit 2ddd728

Please sign in to comment.