Skip to content

Commit

Permalink
feat: make account manager optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ngolapnguyen committed Aug 20, 2024
1 parent e0411e4 commit 024a222
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/pages/projects/add/ProjectForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export const ProjectForm = (props: Props) => {
form={form}
name="accountManagers"
label="Account Managers"
rules={[{ required: true, message: 'Required' }]}
selectProps={{ placeholder: "Select project's account manager" }}
/>
</Col>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export const EditProjectContactInfoModal = (props: Props) => {
form={form}
name="accountManagers"
label="Account Managers"
rules={[{ required: true, message: 'Required' }]}
selectProps={{ placeholder: "Select project's account manager" }}
/>
<FormAccountWithRateList
Expand Down

0 comments on commit 024a222

Please sign in to comment.