-
Notifications
You must be signed in to change notification settings - Fork 437
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
Added appropriate message when no data is found #2474
Conversation
test failed, as there is no message showing in the medicine |
@nihal467 It is working for me... |
test approved |
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.
please work on following changes,
- when an import is not used remove it instead of commenting it out
- similarly for the unused variables, functions and interfaces, remove them instead of commenting it out
- try to fix the eslint errors instead of using eslint disable (only when fixing the error is not possible go with eslint disable)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Fixes #2403
When no data is found, an appropriate message stating that no data is available is displayed.