Skip to content

Commit

Permalink
fix: dashboard url error when edit slug (#15893)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie authored Jul 27, 2021
1 parent eeba326 commit 315c52a
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 @@ -166,6 +166,7 @@ function DashboardList(props: DashboardListProps) {
slug = '',
json_metadata = '',
changed_on_delta_humanized,
url = '',
} = json.result;
return {
...dashboard,
Expand All @@ -176,6 +177,7 @@ function DashboardList(props: DashboardListProps) {
slug,
json_metadata,
changed_on_delta_humanized,
url,
};
}
return dashboard;
Expand Down

0 comments on commit 315c52a

Please sign in to comment.