patch allergies updated.

development-3.3_voipCall
Sultan khan 2 years ago
parent bee21f1123
commit 320af7d9e0

@ -270,6 +270,6 @@ class _UpdateSubjectivePageState extends State<UpdateSubjectivePage> implements
@override
Function nextFunction(model) {
addSubjectiveInfo(model: model, myAllergiesList: myAllergiesList, myHistoryList: myHistoryList);
addSubjectiveInfo(model: model, myAllergiesList: myAllergiesList.where((i) => i.isChecked).toList(), myHistoryList: myHistoryList);
}
}

Loading…
Cancel
Save