Skip to content

Commit

Permalink
Merge branch 'main' into fix/13515-bump63
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Apr 15, 2024
2 parents 8d108f7 + 3be1c83 commit 850c6cd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 32 deletions.
65 changes: 34 additions & 31 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function SelectStories({
author: currentAuthor?.id || undefined,
search: searchKeyword || undefined,
order,
orderBy,
orderby: orderBy,
page: nextPage.current,
});
}, [searchKeyword, currentAuthor, fetchStories, order, orderBy]);
Expand Down

0 comments on commit 850c6cd

Please sign in to comment.