adding downloadPrrBySymptomTableButton

This commit is contained in:
frankknoll
2023-10-15 14:39:16 +02:00
parent f066966f20
commit ae425cf723
3 changed files with 45 additions and 5 deletions

View File

@@ -15,8 +15,8 @@ class PageInitializer {
});
}
static #configureVaccine({ vaccineSelectElement, prrBySymptomTableElement }) {
const prrBySymptomTableView = new PrrBySymptomTableView(prrBySymptomTableElement);
static #configureVaccine({ vaccineSelectElement, prrBySymptomTableElement, downloadPrrBySymptomTableButton }) {
const prrBySymptomTableView = new PrrBySymptomTableView(prrBySymptomTableElement, downloadPrrBySymptomTableButton);
PageInitializer.#initializeSelectElement(
{
selectElement: vaccineSelectElement,