We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9216b commit 89846a1Copy full SHA for 89846a1
app/pods/questions/index/controller.js
@@ -7,7 +7,7 @@ export default Controller.extend({
7
store: service(),
8
queryParams: ['page', 'limit'],
9
page: 1,
10
- limit: 1,
+ limit: 10,
11
searchString: '',
12
pageCount: computed('limit', 'questions', function() {
13
return Math.ceil(this.questions.meta.pagination.count / this.limit)
0 commit comments