diff --git a/superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx b/superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx index b972e7f6e0a09..23b9543423b8f 100644 --- a/superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx +++ b/superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx @@ -184,6 +184,7 @@ function DashboardList(props: DashboardListProps) { url = '', certified_by = '', certification_details = '', + owners, } = json.result; return { ...dashboard, @@ -197,6 +198,7 @@ function DashboardList(props: DashboardListProps) { url, certified_by, certification_details, + owners, }; } return dashboard;