Skip to content

Commit

Permalink
[Dashobard]Fix bad merge (apache#5624)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9f6ac08)
  • Loading branch information
Grace Guo committed Aug 14, 2018
1 parent 37d1d4d commit 8dd7184
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,6 @@ def _set_dash_metadata(dashboard, data):
# remove leading and trailing white spaces in the dumped json
dashboard.position_json = json.dumps(
positions, indent=None, separators=(',', ':'), sort_keys=True)
dashboard.position_json = json.dumps(positions, sort_keys=True)
md = dashboard.params_dict
dashboard.css = data.get('css')
dashboard.dashboard_title = data['dashboard_title']
Expand Down

0 comments on commit 8dd7184

Please sign in to comment.