Commit 08f02397 by bergquist

fix(fileexport): tslint fix

parent d3f90dcf
......@@ -34,4 +34,4 @@ export function exportTableDataToCsv(table) {
export function saveSaveBlob(payload, fname) {
var blob = new Blob([payload], { type: "text/csv;charset=utf-8" });
window.saveAs(blob, fname);
};
\ No newline at end of file
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment