diff --git a/web-app/src/pages/forms/EditAccountPage.vue b/web-app/src/pages/forms/EditAccountPage.vue index 42cf3d9..fafc591 100644 --- a/web-app/src/pages/forms/EditAccountPage.vue +++ b/web-app/src/pages/forms/EditAccountPage.vue @@ -38,7 +38,7 @@ onMounted(async () => { accountName.value = existingAccount.value.name accountType.value = AccountTypes.of(existingAccount.value.type) accountNumberSuffix.value = existingAccount.value.numberSuffix - currency.value = existingAccount.value.currency + currency.value = existingAccount.value.currency.code description.value = existingAccount.value.description } catch (err) { console.error(err)