Skip to content

Commit 77086a9

Browse files
Update components/transloadit/transloadit.app.mjs
Co-authored-by: michelle0927 <[email protected]>
1 parent 6296ed0 commit 77086a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/transloadit/transloadit.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313
const { items } = await this.listTemplates({
1414
params: {
1515
page: page * LIMIT,
16-
pageSize: LIMIT,
16+
pagesize: LIMIT,
1717
},
1818
});
1919

0 commit comments

Comments
 (0)