Skip to content

Commit d0c36a6

Browse files
author
hb
committed
Made function shorthand
1 parent a8e0d1b commit d0c36a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/forms/wizard/attendee-step.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default Component.extend(FormMixin, EventWizardMixin, {
2020
}),
2121

2222
actions: {
23-
removeField: function (field) {
23+
removeField(field) {
2424
this.data.customForms.removeObject(field);
2525
}
2626
}

0 commit comments

Comments
 (0)