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

Profile update success toast message issue fix in update profile page #276

Conversation

codeNaveen1234
Copy link

No description provided.

next: async (response: any) => {
await this.loaderService.dismissLoading();
if (response.status == 200) {
if (response.responseCode == "OK") {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this check good?

@Vinod-V3 Vinod-V3 merged commit c3f8f93 into ELEVATE-Project:Mitra-release-1.0.0 Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants