Task Description
Currently when there is filter coming from the URL the default initial filters are not applied but then it is not possible to remove all filters because as soon as the filters in the URL are remove code applies initialFilters from app props. So we need to figure out a way to allow people to also remove the default filters even after refreshing the app. We could use LocalStorage to address this issue.
Sub-tasks
Related Issues
Additional Context
Task Description
Currently when there is filter coming from the URL the default initial filters are not applied but then it is not possible to remove all filters because as soon as the filters in the URL are remove code applies
initialFiltersfrom app props. So we need to figure out a way to allow people to also remove the default filters even after refreshing the app. We could useLocalStorageto address this issue.Sub-tasks
Related Issues
Additional Context