Fix currency usage.
Build and Deploy Web App / build-and-deploy (push) Failing after 10s Details

This commit is contained in:
andrewlalis 2025-08-29 20:44:20 -04:00
parent 9e7d87823c
commit 3edf8ccebe
1 changed files with 1 additions and 1 deletions

View File

@ -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)