diff --git a/superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx b/superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx index 3e04f930c038a..a6c470aae9a42 100644 --- a/superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx +++ b/superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx @@ -133,8 +133,8 @@ function DashboardTable({ const filters = []; if (filterName === 'Mine') { filters.push({ - id: 'owners', - operator: 'rel_m_m', + id: 'created_by', + operator: 'rel_o_m', value: `${user?.userId}`, }); } else if (filterName === 'Favorite') {