Closed Ifycode closed 1 week ago
PR now ready for review @Angamanga
Pasting answer here too for anyone interested:
What the change does - this.clearPostsResults();
is supposed to restore this.searchQuery
to an empty string on page reload, so that the localStorage.setItem('USH_searchPostByKeyword', this.searchQuery);
can be correctly set at that point. Otherwise, localstorage still has a previous value even though the search by keyword input field is cleared/empty on reload. No posts message will therefore not display the correct message we intend.
This pull request was deployed and Sentry observed the following issues:
<object>.next(apps/web-mzima-client/src/app/fee...
View IssueDid you find this useful? React with a 👍 or 👎
Solution implemented explained