[Dashobard]Fix bad merge (#5624)

This commit is contained in:
Grace Guo 2018-08-14 10:56:45 -07:00 committed by GitHub
parent 1d7f4f282e
commit 9f6ac0898e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1614,7 +1614,6 @@ class Superset(BaseSupersetView):
# 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']