Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
fix(s89): fix filename when exporting S89 to PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Jan 16, 2022
1 parent 1490cdd commit 1a38f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template/S89Template.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const S89Template = () => {
const html2pdf = require('html2pdf.js');
const element = document.getElementById('S89-wrapper');
var opt = {
filename: 'S89.pdf',
filename: 'S-89.pdf',
image: { type: 'jpeg', quality: 0.98 },
html2canvas: { scale: 2 },
jsPDF: { unit: 'in', format: [3.35, 4.45], orientation: 'portrait' },
Expand Down

0 comments on commit 1a38f0f

Please sign in to comment.