-
Notifications
You must be signed in to change notification settings - Fork 480
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
Fix Incorrect error message for invalid QR code #7588
Conversation
@AnkurPrabhu is attempting to deploy a commit to the Open Healthcare Network Team on Vercel. A member of the Team first needs to authorize it. |
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
src/Components/Assets/AssetsList.tsx
Outdated
} | ||
setIsLoading(false); | ||
Notification.Error({ msg: "Invalid Asset Id" }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets make the message more friendly;
Example
Oops! The asset ID you entered does not appear to be valid.
Also lets keep all strings in I18n
a115502
to
ffc40e3
Compare
@bodhish i have updated the pr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
strings not present in i18n files.
Refer: #4467 |
Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions. |
1294f88
to
5292ed9
Compare
👋 Hi, @AnkurPrabhu, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
@AnkurPrabhu clear the merge conflict CC: @rithviknishad |
@AnkurPrabhu remove the additional "something went wrong...!" error message , when we scan invalid QR |
df52c9c
to
c055554
Compare
@rithviknishad can you tell me if my approach is correct ? |
Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions. |
👋 Hi, @AnkurPrabhu, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
LGTM @khavinshankar can you resolve the merge conflict and merge it |
❌ Deploy Preview for care-net failed.
|
d4833c6
to
c055554
Compare
LGTM |
@AnkurPrabhu Your efforts have helped advance digital healthcare and TeleICU systems. 🚀 Thank you for taking the time out to make CARE better. We hope you continue to innovate and contribute; your impact is immense! 🙌 |
Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
SS: