diff options
Diffstat (limited to 'src/components/ProgressGuide')
-rw-r--r-- | src/components/ProgressGuide/FollowDialog.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ProgressGuide/FollowDialog.tsx b/src/components/ProgressGuide/FollowDialog.tsx index 0d9a962a3..a8c64935a 100644 --- a/src/components/ProgressGuide/FollowDialog.tsx +++ b/src/components/ProgressGuide/FollowDialog.tsx @@ -132,6 +132,7 @@ function DialogInner({guide}: {guide: Follow10ProgressGuide}) { error: suggestionsError, } = useGetSuggestedUsersQuery({ category: selectedInterest, + limit: 50, }) const { data: searchResults, |