This commit is contained in:
Hailey
2024-06-12 15:57:55 -07:00
parent 3bf87eb1f2
commit 171b79bebd
+1 -1
View File
@@ -79,7 +79,7 @@ export function Wizard({
data: profilesData,
isLoading: isLoadingProfiles,
isError: isErrorProfiles,
} = useListMembersQuery(listUri, 51) // 51 because we also include the current user
} = useListMembersQuery(listUri, 50)
const listItems = profilesData?.pages.flatMap(p => p.items)
const {