fix double dot extension
This commit is contained in:
parent
33525eeaef
commit
8880843824
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import utf8 from 'utf8'
|
|||
export const newExporter = ({
|
||||
filename = 'data',
|
||||
mime = 'application/json',
|
||||
extension = '.json',
|
||||
extension = 'json',
|
||||
getExportedObject
|
||||
}) => ({
|
||||
exportData () {
|
||||
|
|
Loading…
Add table
Reference in a new issue