Skip to content

Commit

Permalink
refactor(admin) add validation for editable email form fields (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkzwane authored Jun 21, 2024
1 parent 8d3de2d commit 1da633b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/src/collections/recipients/RecipientsProperties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ export const organisationProperty: Property = {
export const emailProperty: Property = {
name: 'Email',
dataType: 'string',
email: true,
hideFromCollection: true,
validation: { unique: true },
};

export const InstagramProperty: Property = {
Expand Down

0 comments on commit 1da633b

Please sign in to comment.