Update ScrollingCollectionList.tsx

This commit is contained in:
lostb1t
2025-01-24 09:06:30 +01:00
committed by GitHub
parent c4a83e283f
commit d34b86297a

View File

@@ -28,7 +28,7 @@ export const ScrollingCollectionList: React.FC<Props> = ({
disabled = false, disabled = false,
queryFn, queryFn,
queryKey, queryKey,
hideIfEmpty = true, hideIfEmpty = false,
...props ...props
}) => { }) => {
const { data, isLoading } = useQuery({ const { data, isLoading } = useQuery({