Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
code
Public Stack Site
Commits
0b8cdd6b
Commit
0b8cdd6b
authored
Sep 02, 2020
by
alain
🐙
Browse files
sort alternatives by order field
parent
f65523b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/pages/alternatives.js
View file @
0b8cdd6b
...
...
@@ -21,7 +21,7 @@ export default AlternativesPage
export
const
pageQuery
=
graphql
`
query AlternativesQuery {
allStrapiAlternative {
allStrapiAlternative
(sort: {fields: order})
{
nodes {
id
title
...
...
Write
Preview
Supports
Markdown
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