Octanify add-expense-item syntax

Fixes linter errors
This commit is contained in:
2020-10-31 12:49:03 +01:00
parent ae06385039
commit be16a57043
2 changed files with 28 additions and 26 deletions
@@ -60,6 +60,11 @@ export default class AddExpenseItemComponent extends Component {
return validity;
}
@action
updateCurrency(event) {
this.currency = event.target.value;
}
@action
submit (e) {
e.preventDefault();