Skip to content

Commit

Permalink
fix(dashboard): Update owners of dashboard list after editing (#22383)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9f3c43f)
  • Loading branch information
savvan0h authored and Lily Kuang committed Feb 25, 2023
1 parent 56129a4 commit e1cafa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ function DashboardList(props: DashboardListProps) {
url = '',
certified_by = '',
certification_details = '',
owners,
} = json.result;
return {
...dashboard,
Expand All @@ -197,6 +198,7 @@ function DashboardList(props: DashboardListProps) {
url,
certified_by,
certification_details,
owners,
};
}
return dashboard;
Expand Down

0 comments on commit e1cafa0

Please sign in to comment.