diff --git a/src/services/export_import/export_import.js b/src/services/export_import/export_import.js index 348a9d006..ec53a7434 100644 --- a/src/services/export_import/export_import.js +++ b/src/services/export_import/export_import.js @@ -3,7 +3,7 @@ import utf8 from 'utf8' export const newExporter = ({ filename = 'data', mime = 'application/json', - extension = '.json', + extension = 'json', getExportedObject }) => ({ exportData () {