PrettyPrint dashboard export
parent
105ad736ef
commit
74361bf74e
|
@ -95,7 +95,7 @@ class DashboardsPage extends PureComponent<Props> {
|
|||
dashboard
|
||||
)
|
||||
download(
|
||||
JSON.stringify(dashboardForDownload),
|
||||
JSON.stringify(dashboardForDownload, null, '\t'),
|
||||
`${dashboard.name}.json`,
|
||||
'text/plain'
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue