Fix currency usage.
Build and Deploy Web App / build-and-deploy (push) Failing after 10s
Details
Build and Deploy Web App / build-and-deploy (push) Failing after 10s
Details
This commit is contained in:
parent
9e7d87823c
commit
3edf8ccebe
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue