Skip to content

Commit

Permalink
fix examples tab for dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson committed Aug 13, 2021
1 parent 720e5b1 commit 59830ae
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 59830ae

Please sign in to comment.