Skip to content

Commit eff5907

Browse files
authored
Fix ticket list (another) (#8971)
1 parent d42db26 commit eff5907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/events/view/tickets/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class IndexRoute extends Route {
1111
async model() {
1212
return hash({
1313
orderStats : this.modelFor('events.view').query('orderStatistics', {}),
14-
tickets : this.modelFor('events.view').query('tickets', {}),
14+
tickets : this.modelFor('events.view').query('tickets', {'page[size]': 0}),
1515
eventDetail : this.modelFor('events.view')
1616
});
1717
}

0 commit comments

Comments
 (0)