Skip to content

Commit

Permalink
fix examples tab for dashboard (apache#16253)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson authored Aug 13, 2021
1 parent f946954 commit a5dbe6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ function DashboardTable({
operator: 'dashboard_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 a5dbe6a

Please sign in to comment.