Commit 29c0749
Fix: Preserve hasMorePages to show "Load more" button
When user configures remotes and we loop through all of them, we should
preserve itemData.hasMorePages so that the "Load more" button appears
if any repository has more pages. Previously, we were returning
hasMorePages: false which prevented the "Load more" button from showing.
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>1 parent c28ff84 commit 29c0749
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1179 | 1179 | | |
1180 | 1180 | | |
1181 | 1181 | | |
1182 | | - | |
| 1182 | + | |
1183 | 1183 | | |
1184 | 1184 | | |
1185 | 1185 | | |
| |||
0 commit comments