PrettyPrint dashboard export

pull/10616/head
Iris Scholten 2018-05-31 14:46:27 -07:00
parent 105ad736ef
commit 74361bf74e
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class DashboardsPage extends PureComponent<Props> {
dashboard
)
download(
JSON.stringify(dashboardForDownload),
JSON.stringify(dashboardForDownload, null, '\t'),
`${dashboard.name}.json`,
'text/plain'
)