Skip to content

Commit

Permalink
fix ordering of document on the timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Sep 25, 2024
1 parent 244b75e commit c05ec3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/StoryTimeline.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const StoryTimeline = ({ storyId }) => {
params: {
limit: 1000,
filters: { slug__istartswith: storyId },
orderby: 'slug',
},
delay: 1000,
})
Expand Down

0 comments on commit c05ec3f

Please sign in to comment.