Skip to content

Commit 1655925

Browse files
committed
fix props types
1 parent 8d28924 commit 1655925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/pexels/actions/search-photos/search-photos.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ export default {
3333
],
3434
},
3535
page: {
36-
type: "Integer",
36+
type: "integer",
3737
label: "Page",
3838
description: "The page number you are requesting",
3939
optional: true,
4040
},
4141
perPage: {
42-
type: "Integer",
42+
type: "integer",
4343
label: "Per Page",
4444
description: "The number of results you are requesting per page",
4545
max: 80,

0 commit comments

Comments
 (0)