We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ea708c + a5353c2 commit f7cabcdCopy full SHA for f7cabcd
force-app/main/default/lwc/courseRegistrationForm/courseRegistrationForm.js
@@ -144,10 +144,6 @@ export default class CourseRegistrationForm extends NavigationMixin(LightningEle
144
this.showError = true;
145
return;
146
}
147
- if (this.allergies && !this.theRecord.allergies) {
148
- this.showError = true;
149
- return;
150
- }
151
if (this.invoiceAdress && !this.theRecord.invoiceAdress) {
152
153
0 commit comments