fix dataset select list (#15203)

This commit is contained in:
Phillip Kelley-Dotson 2021-06-16 20:56:40 -07:00 committed by GitHub
parent 965dacdb33
commit cb10427b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -498,7 +498,7 @@ function ChartList(props: ChartListProps) {
), ),
), ),
), ),
paginate: false, paginate: true,
}, },
...(props.user.userId ? [favoritesFilter] : []), ...(props.user.userId ? [favoritesFilter] : []),
{ {