From a4d1c119cd4a298cfeafcfead65828d0f4ea4996 Mon Sep 17 00:00:00 2001 From: "( Nechiforel David-Samuel ) NsdHSO" Date: Sat, 4 Nov 2023 23:59:34 +0200 Subject: [PATCH] =?UTF-8?q?feat:=F0=9F=8E=B8=20add=20the=20country=20bank?= =?UTF-8?q?=20who=20where=20to=20send?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../info-destination.component.ts | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/ftx-demo/src/lib/components/contentSteps/revolut/infoDestination/info-destination.component.ts b/ftx-demo/src/lib/components/contentSteps/revolut/infoDestination/info-destination.component.ts index 5c0a203..a1a09ac 100644 --- a/ftx-demo/src/lib/components/contentSteps/revolut/infoDestination/info-destination.component.ts +++ b/ftx-demo/src/lib/components/contentSteps/revolut/infoDestination/info-destination.component.ts @@ -16,19 +16,10 @@ export class InfoDestinationComponent { values: [ { label: 'Ivan2', - bulkValues: [ - { - value: null, - validators: [{ type: TypeConstantEnum.REQUIRED }], - labelHint: 'Childrens', - }, - { - label: 'train', - value: 232, - placeholder: 'NAMING', - labelHint: 'Number', - }, - ], + value: null, + validators: [{ type: TypeConstantEnum.REQUIRED }], + labelHint: 'Childrens', + placeholder: 'Country Bank', }, ], };