feat: v4.4.0 - export filename: <slug_nazvu>-<YYYYMMDD-HHMM>.{json,pdf}
Some checks failed
Build & Push Docker / build (push) Has been cancelled
Some checks failed
Build & Push Docker / build (push) Has been cancelled
This commit is contained in:
@@ -10,7 +10,7 @@ function exportJson() {
|
||||
}
|
||||
const json = JSON.stringify(doc, null, 2);
|
||||
const blob = new Blob([json], { type: 'application/json' });
|
||||
API.downloadBlob(blob, 'scenar_export.json');
|
||||
API.downloadBlob(blob, App.buildFilename('json'));
|
||||
App.toast('JSON exportován', 'success');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user