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