Skip to content

Commit

Permalink
initial fix (apache#16212)
Browse files Browse the repository at this point in the history
(cherry picked from commit 512a815)
  • Loading branch information
pkdotson authored and cccs-RyanS committed Dec 17, 2021
1 parent 97cf58d commit 3592821
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions superset-frontend/src/views/CRUD/welcome/ChartTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ function ChartTable({
operator: 'chart_is_favorite',
value: true,
});
} else if (filterName === 'Examples') {
filters.push({
id: 'created_by',
operator: 'rel_o_m',
value: 0,
});
}
return filters;
};
Expand Down

0 comments on commit 3592821

Please sign in to comment.