Skip to content

Commit 89846a1

Browse files
committed
limit should be 10
1 parent 3d9216b commit 89846a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pods/questions/index/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default Controller.extend({
77
store: service(),
88
queryParams: ['page', 'limit'],
99
page: 1,
10-
limit: 1,
10+
limit: 10,
1111
searchString: '',
1212
pageCount: computed('limit', 'questions', function() {
1313
return Math.ceil(this.questions.meta.pagination.count / this.limit)

0 commit comments

Comments
 (0)