diff --git a/superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx b/superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx index 335120e14f..c4be05d3b9 100644 --- a/superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx +++ b/superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx @@ -166,6 +166,7 @@ function DashboardList(props: DashboardListProps) { slug = '', json_metadata = '', changed_on_delta_humanized, + url = '', } = json.result; return { ...dashboard, @@ -176,6 +177,7 @@ function DashboardList(props: DashboardListProps) { slug, json_metadata, changed_on_delta_humanized, + url, }; } return dashboard;