Redux for applied filters
When users apply filters when searching for accessions, once they open any accession details page and navigate back, the filters are reset.
In this issue, when user applies the filters, they are put into Redux and are loaded from Redux when the user returns to the page.
The table data is not stored in Redux.
Traits page
On /traits
page, the applied filters, uuids
of selected descriptors and user's descriptor filter values are stored in Redux and used as the initial values when the user returns to the page.
The table data and descriptor details are not stored in Redux.