Add todo note to async action

This commit is contained in:
Râu Cao
2023-01-09 11:31:31 +08:00
parent a582f41fde
commit d159fca816
@@ -85,6 +85,8 @@ export default class AddReimbursementComponent extends Component {
this.total = btcAmount.toFixed(8);
}
// TODO use ember-concurrency here
// https://github.com/67P/kredits-web/pull/209#discussion_r1064234421
@action
async addExpensesFromFile (evt) {
const content = await readFileContent(evt.target.files[0]);