continuing to update UI

This commit is contained in:
frankknoll
2023-11-07 18:18:28 +01:00
parent 77e37685c4
commit 7ee238bd12
5 changed files with 10 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ class PrrBySymptomTableView {
this.#delegate = new PrrByKeyTableView(
this.#createPrrBySymptomTable(prrBySymptomTableElement),
downloadPrrBySymptomTableButton,
'Vaccine',
'Batch',
PrrByVaccineProvider.getPrrBySymptom);
}