From ae47ef3067bc1a8e429e6975c12629488aca6032 Mon Sep 17 00:00:00 2001 From: Rinat Arsaev <11846445+A77AY@users.noreply.github.com> Date: Wed, 10 Dec 2025 19:43:00 +0700 Subject: [PATCH] fix --- .../create-deposit-dialog/create-deposit-dialog.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/deposits/components/create-deposit-dialog/create-deposit-dialog.component.ts b/src/app/deposits/components/create-deposit-dialog/create-deposit-dialog.component.ts index 52016e922..b81cb8369 100644 --- a/src/app/deposits/components/create-deposit-dialog/create-deposit-dialog.component.ts +++ b/src/app/deposits/components/create-deposit-dialog/create-deposit-dialog.component.ts @@ -50,7 +50,7 @@ export class CreateDepositDialogComponent extends DialogSuperclass ({ options: sources.map((source) => ({ label: source.name, - value: source.id, + value: source.currency_symbolic_code, details: source, })), isIdentifier: true,