Skip to content

Commit

Permalink
feat(CustomerCase): use email type for project consultant identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Oct 29, 2024
1 parent b5b654d commit dd79b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studioShared/schemas/fields/customerCaseProjectInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const customerCaseProjectInfo = defineField({
description:
"The consultants for the project. Use employee emails (e.g. '[email protected]').",
type: "array",
of: [{ type: "string" }],
of: [{ type: "email" }],
}),
],
});

0 comments on commit dd79b9f

Please sign in to comment.