Jul 24th Improved data fetching.

Fantastic work, developers! This pull request is making our code more efficient and our user interface more intuitive. Let's dive into it and see the magic. 🧙‍♂️💫

  • Refined Data Fetching in Edit Report Component 📚 Now, we're using Redux's useSelector hook in EditReport.js to grab entitiesId directly from the state. This allows us to access our data in a more straightforward and efficient way. Excellent progress!

  • Improved User Interface in Program Filter 🎯 We've changed one little word, but it makes a big difference! In ProgramsMainFilter.js, the option's label is now "Change Program" instead of "Select". This adjustment makes our intent clearer, improving user experience. Good job on spotting this! 👏

  • Simplified Route Usage in Reports Table and Recipient New Components 💡 No more useLocation hook from react-router-dom in ReportsTable.js and RecipientNew/index.js. With this change, our code becomes more readable and less dependent on routing specifics. Also, several functions and operations within these components have been adjusted to follow this change. Great teamwork, champions! 🌟

Remember, every little improvement matters. Keep going! 🚀

Last updated