Skip to content

Commit

Permalink
feat(CustomerCase): add usage note to consultants field in project info
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Oct 28, 2024
1 parent 3acce7a commit f0c74ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion studioShared/schemas/fields/customerCaseProjectInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export const customerCaseProjectInfo = defineField({
defineField({
// TODO: We should be able to select the consultants from a list
name: "consultants",
description: "The consultants for the project",
description:
"The consultants for the project. Use the identifier before '@' in the employee email (e.g. 'oms' for '[email protected]').",
type: "array",
of: [{ type: "string" }],
}),
Expand Down

0 comments on commit f0c74ce

Please sign in to comment.