Browse Source

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

pull/6092/head
Karel De Smet 4 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()" (keydown.enter)="$event.stopPropagation()"
/> />
<span class="ml-2" matTextSuffix>{{ <span class="ml-2" matTextSuffix>{{
accountForm.get('currency')?.value?.value accountForm.get('currency')?.value
}}</span> }}</span>
</mat-form-field> </mat-form-field>
</div> </div>

Loading…
Cancel
Save