Browse Source

fix(client): fix missing currency suffix in cash balance field of create/update account dialog

pull/6092/head
Karel De Smet 3 days ago
parent
commit
c952372603
  1. 2
      apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html

2
apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html

@ -39,7 +39,7 @@
(keydown.enter)="$event.stopPropagation()"
/>
<span class="ml-2" matTextSuffix>{{
accountForm.get('currency')?.value?.value
accountForm.get('currency')?.value
}}</span>
</mat-form-field>
</div>

Loading…
Cancel
Save