Skip to content

Commit

Permalink
fix dataset select list
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson committed Jun 16, 2021
1 parent b179863 commit 99bdc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/views/CRUD/chart/ChartList.tsx
Expand Up @@ -498,7 +498,7 @@ function ChartList(props: ChartListProps) {
),
),
),
paginate: false,
paginate: true,
},
...(props.user.userId ? [favoritesFilter] : []),
{
Expand Down

0 comments on commit 99bdc77

Please sign in to comment.