diff --git a/frontend/components/txEditor.vue b/frontend/components/txEditor.vue index 9cedb8b..963d51d 100644 --- a/frontend/components/txEditor.vue +++ b/frontend/components/txEditor.vue @@ -103,7 +103,7 @@ export default { saveTransaction() { const body = JSON.stringify({ ...this.form, - account: this.accountId, + account: this.account.id, category: this.form.category || null, time: new Date(this.form.date), })