Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed:Not able to add client #1726

Merged
merged 5 commits into from
Mar 19, 2024
Merged

Fixed:Not able to add client #1726

merged 5 commits into from
Mar 19, 2024

Conversation

Shruti-Apte
Copy link
Contributor

Closes issue #1595

Requirement:

What:

  • Replaced State and city dropdown with textbox
  • Updated object validations with string validation
  • Payload formatting updated.

Why

}),
state: Yup.string()
.required("State cannot be blank")
.max(20, "Maximum 20 characters are allowed"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it 40 for both state and city

@apoorv1316
Copy link
Contributor

@Shruti-Apte Please make changes for mobile view too.

@apoorv1316 apoorv1316 merged commit 9ffe677 into develop Mar 19, 2024
1 check passed
@apoorv1316 apoorv1316 deleted the not_able_to_add_client branch March 19, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants