We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e0d1b commit d0c36a6Copy full SHA for d0c36a6
app/components/forms/wizard/attendee-step.js
@@ -20,7 +20,7 @@ export default Component.extend(FormMixin, EventWizardMixin, {
20
}),
21
22
actions: {
23
- removeField: function (field) {
+ removeField(field) {
24
this.data.customForms.removeObject(field);
25
}
26
0 commit comments