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 a5861c8 commit 7eaed74Copy full SHA for 7eaed74
app/routes/account/billing/invoices.js
@@ -1,7 +1,7 @@
1
import Route from '@ember/routing/route';
2
3
-export default Route.extend({
+export default class extends Route {
4
titleToken() {
5
return this.l10n.t('Invoices');
6
}
7
-});
+};
app/templates/components/forms/user-payment-info-form.hbs
@@ -56,7 +56,7 @@
56
{{textarea rows='4' id='additionalInfo' value=userBillingInfo.billingAdditionalInfo}}
57
</div>
58
59
- <button type="submit" class="ui teal submit button update-changes">
+ <button type="submit" class="ui teal submit button">
60
{{t 'Submit'}}
61
</button>
62
</form>
0 commit comments