Skip to content

Commit

Permalink
feat:🎸 add the country bank who where to send
Browse files Browse the repository at this point in the history
  • Loading branch information
NsdHSO committed Nov 4, 2023
1 parent 0f34275 commit a4d1c11
Showing 1 changed file with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
};
Expand Down

0 comments on commit a4d1c11

Please sign in to comment.