diff --git a/ui/src/dashboards/containers/DashboardsPage.tsx b/ui/src/dashboards/containers/DashboardsPage.tsx index 7c7b8e6c92..f1f13b67b9 100644 --- a/ui/src/dashboards/containers/DashboardsPage.tsx +++ b/ui/src/dashboards/containers/DashboardsPage.tsx @@ -95,7 +95,7 @@ class DashboardsPage extends PureComponent { dashboard ) download( - JSON.stringify(dashboardForDownload), + JSON.stringify(dashboardForDownload, null, '\t'), `${dashboard.name}.json`, 'text/plain' )