-
Notifications
You must be signed in to change notification settings - Fork 202
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(get-results): empty results on clicking "Get Results" #523
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
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.
PR Compliance Checks Passed!
@Monik2002 PR title is too long, give a reasonable summary not more than 10 words. Fix the build error, try |
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.
Remove everything here, not part of your issue
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.
Remove everything here, not part of your issue
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.
Remove everything that has to do with the error message, look at how prevention of open get results page and just implement it the same.
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.
okay thanks i will work on that
Fixes Issue --> Empty results
My PR closes #504
π¨βπ» Changes proposed(What did you do ?)
now the whole problem is when we "Add New Color" and leave it empty i.e. leave any of the "Tap to pick a color" empty (with some text already in the "Enter the text" area) when we click on "get results" we get nothing (empty) . what we need to do/fix - we need to restrict the user from clicking "get results" until all the "Tap to pick a color" is filled.
π· Screenshots