Skip to content

Commit

Permalink
fix examples tab for dashboard (apache#16253)
Browse files Browse the repository at this point in the history
(cherry picked from commit a5dbe6a)
  • Loading branch information
pkdotson authored and Steven Uray committed Aug 14, 2021
1 parent f8d3037 commit a1f9f02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx
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 a1f9f02

Please sign in to comment.