Skip to content

Commit 0e2aa5a

Browse files
Update billing.js
1 parent e715aba commit 0e2aa5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/forms/admin/settings/billing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default class Billing extends Component.extend(FormMixin) {
103103
submit(e) {
104104
e.preventDefault();
105105
this.onValid(() => {
106-
this.sendAction('save');
106+
this.save();
107107
});
108108
}
109109
}

0 commit comments

Comments
 (0)