Skip to content

Commit aa8fbd1

Browse files
Update src/settings/App.tsx
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent a431390 commit aa8fbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class App extends Component<unknown, AppState> implements OC.Plugin<OC.Se
7474
}
7575

7676
componentDidMount() {
77-
// list first 51 folders so we know if there are more pages
77+
// list first pageSize + 1 folders so we know if there are more pages
7878
this.api.listFolders(0, pageSize + 1).then((folders) => {
7979
this.setState({ folders })
8080
})

0 commit comments

Comments
 (0)