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 = ({
|
export const newExporter = ({
|
||||||
filename = 'data',
|
filename = 'data',
|
||||||
mime = 'application/json',
|
mime = 'application/json',
|
||||||
extension = '.json',
|
extension = 'json',
|
||||||
getExportedObject
|
getExportedObject
|
||||||
}) => ({
|
}) => ({
|
||||||
exportData () {
|
exportData () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue