Skip to content

Commit

Permalink
WIP (for Netflify preview)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafawendel committed Jan 6, 2021
1 parent a0c1c0e commit 433e11e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/app/services/dashboard.js
Expand Up @@ -142,6 +142,8 @@ function transformSingle(dashboard) {
dashboard.widgets = prepareDashboardWidgets(dashboard.widgets);
}
dashboard.publicAccessEnabled = dashboard.public_url !== undefined;
// WIP
dashboard.options = { globalParamOrder: [] };
return dashboard;
}

Expand Down

0 comments on commit 433e11e

Please sign in to comment.