Skip to content

Commit 381120e

Browse files
prateekj117iamareebjamal
authored andcommitted
fix: Increase page[size] to render all form fields (#3586)
* fix: Increase page[size] to render all form fields. * Change page[size] to zero to render all custom fields associated with an event.
1 parent fd96cb5 commit 381120e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/public/cfs/new-speaker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default Route.extend({
1616
event : eventDetails,
1717
forms : await eventDetails.query('customForms', {
1818
sort : 'id',
19-
'page[size]' : 50
19+
'page[size]' : 0
2020
}),
2121
speaker: await this.store.createRecord('speaker', {
2222
email : currentUser.email,

0 commit comments

Comments
 (0)