Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ngolapnguyen committed Aug 20, 2024
2 parents 82f20fd + 024a222 commit 99cb859
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 99cb859

Please sign in to comment.