Fix wrong object import
This commit is contained in:
parent
80435b6bca
commit
fa890491e5
@ -55,7 +55,7 @@ export class ExportScriptarium {
|
||||
const actorLines = actors.map(actor => Misc.join(this.getActorLine(actor), ';'))
|
||||
const data = Misc.join([header, ...actorLines], eol)
|
||||
const filename = `scriptatium-${targetName?.slugify()}.csv`;
|
||||
saveDataToFile(data, "text/csv", `${filename}`);
|
||||
saveDataToFile(data, "text/csv;charset=utf-8", `${filename}`);
|
||||
}
|
||||
|
||||
getHeaderLine() {
|
||||
|
Loading…
Reference in New Issue
Block a user