removing
This commit is contained in:
@@ -25,7 +25,7 @@ class PageInitializer {
|
|||||||
minimumInputLength: 0,
|
minimumInputLength: 0,
|
||||||
textOfOption2Select: urlSearchParam.get(),
|
textOfOption2Select: urlSearchParam.get(),
|
||||||
onSelectOptionHavingValueAndText: (id, text) => {
|
onSelectOptionHavingValueAndText: (id, text) => {
|
||||||
prrByVaccineTableView.displayPrrByVaccineTable4Symptom(id, text);
|
prrByVaccineTableView.displayPrrByVaccineTable4Symptom(id);
|
||||||
urlSearchParam.set(text);
|
urlSearchParam.set(text);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -8,8 +8,7 @@ class PrrByVaccineTableView {
|
|||||||
PrrByVaccineProvider.getPrrByVaccine);
|
PrrByVaccineProvider.getPrrByVaccine);
|
||||||
}
|
}
|
||||||
|
|
||||||
// FK-TODO: remove parameter text
|
displayPrrByVaccineTable4Symptom(id) {
|
||||||
displayPrrByVaccineTable4Symptom(id, text) {
|
|
||||||
this.#delegate.displayPrrByKeyTable4Value(id);
|
this.#delegate.displayPrrByKeyTable4Value(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user