starting to make prrByVaccineTable downloadable

This commit is contained in:
frankknoll
2023-10-15 11:55:58 +02:00
parent b6c5a92b55
commit c5c3b53eb8
3 changed files with 30 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ class PageInitializer {
PageInitializer.#configureVaccine(vaccine);
}
static #configureSymptom({ symptomSelectElement, prrByVaccineTableElement }) {
const prrByVaccineTableView = new PrrByVaccineTableView(prrByVaccineTableElement);
static #configureSymptom({ symptomSelectElement, prrByVaccineTableElement, downloadPrrByVaccineTableButton }) {
const prrByVaccineTableView = new PrrByVaccineTableView(prrByVaccineTableElement, downloadPrrByVaccineTableButton);
PageInitializer.#initializeSelectElement(
{
selectElement: symptomSelectElement,