Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Workshops
Developer workshop
Commits
98a0d8e1
Commit
98a0d8e1
authored
Sep 26, 2020
by
Andy Lamb
Browse files
changed query page size to 5
parent
a333c2c4
Pipeline
#40663
passed with stage
in 2 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/features/andyTest/components/AndyTestListing.js
View file @
98a0d8e1
...
...
@@ -17,7 +17,7 @@ const fetchEntries = async versionStatus => {
Op
.
equalTo
(
'
sys.contentTypeId
'
,
'
andyLambTest
'
),
Op
.
equalTo
(
'
sys.versionStatus
'
,
versionStatus
)
);
query
.
pageSize
=
3
;
query
.
pageSize
=
5
;
query
.
fields
=
[
'
title
'
,
'
exerpt
'
,
'
image
'
,
'
sys
'
];
//DELIVERY API QUERY END//
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment