Skip to content

Commit

Permalink
Fix(crm): sales is now required for contacts and companies
Browse files Browse the repository at this point in the history
  • Loading branch information
arnault-dev committed Jul 26, 2024
1 parent 840b8b5 commit 41240d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/crm/src/companies/CompanyInputs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const CompanyAccountManagerInput = () => {
label="Account manager"
helperText={false}
optionText={saleOptionRenderer}
validate={required()}
/>
</ReferenceInput>
</Stack>
Expand Down
1 change: 1 addition & 0 deletions examples/crm/src/contacts/ContactInputs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ const ContactMiscInputs = () => {
helperText={false}
label="Account manager"
optionText={saleOptionRenderer}
validate={required()}
/>
</ReferenceInput>
</Stack>
Expand Down

0 comments on commit 41240d8

Please sign in to comment.