Skip to content
Snippets Groups Projects
Commit 3a497f57 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix field value widgets on auto dashboards

parent 87565f45
No related branches found
No related tags found
No related merge requests found
......@@ -552,7 +552,7 @@ export const fetchDashboard = createThunkAction(FETCH_DASHBOARD, function(
}
}
if (dashboardType === "normal") {
if (dashboardType === "normal" || dashboardType === "transient") {
// fetch database metadata for every card
_.chain(result.ordered_cards)
.map(dc => [dc.card].concat(dc.series))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment