Describe the bug
When admin page has components Select,
if I opened the model for list operation and when I apply a filter,
then visit to one of the item from filtered list
now use browser back button to navigate back to the list view, extra select competent (using which filter was applied) is rendered
check the attached gif for better explanation

Expected behavior
It should not render an extra Select component when browser back button navigation is used
Additional context
rails version: ~> 6.1
rails_admin version: ~> 3.1.0.rc2
Describe the bug
When admin page has components
Select,if I opened the model for list operation and when I apply a filter,
then visit to one of the item from filtered list
now use browser
backbutton to navigate back to the list view, extraselectcompetent (using which filter was applied) is renderedcheck the attached gif for better explanation
Expected behavior
It should not render an extra
Selectcomponent when browser back button navigation is usedAdditional context
railsversion:~> 6.1rails_adminversion:~> 3.1.0.rc2