Skip to content

Commit

Permalink
fix: add changed_on_delta_humanized
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Jul 8, 2021
1 parent 32f3f68 commit 23b7720
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 @@ -165,6 +165,7 @@ function DashboardList(props: DashboardListProps) {
dashboard_title = '',
slug = '',
json_metadata = '',
changed_on_delta_humanized,
} = json.result;
return {
...dashboard,
Expand All @@ -174,6 +175,7 @@ function DashboardList(props: DashboardListProps) {
dashboard_title,
slug,
json_metadata,
changed_on_delta_humanized,
};
}
return dashboard;
Expand Down

0 comments on commit 23b7720

Please sign in to comment.