Skip to content

Commit

Permalink
chore:🌻 nested validator
Browse files Browse the repository at this point in the history
  • Loading branch information
NsdHSO committed Sep 20, 2023
1 parent 8bed1c5 commit f2b3141
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ export class InfoUserComponent {
},
{
label: 'email',
validator: {
field: 'name',
},
value: 'sa@dsa.com',
validators: [
{ type: TypeConstantEnum.REQUIRED },
Expand Down

0 comments on commit f2b3141

Please sign in to comment.