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,