force-app/main/default/lwc/paginatedList/paginatedList.js @@ -117,4 +117,4 @@ get nextButtonDisabled() { return this.nextPageToken === undefined; } } }