making PDF button download generated PDF file
This commit is contained in:
@@ -52,6 +52,6 @@ class PageInitializer {
|
|||||||
'click',
|
'click',
|
||||||
() => PdfCreator
|
() => PdfCreator
|
||||||
.createPdf({ symptom, vaccine, heading, valueName })
|
.createPdf({ symptom, vaccine, heading, valueName })
|
||||||
.open());
|
.download(heading));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user