Octanify add-expense-item syntax
Fixes linter errors
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user