Fix issue with navigating collection names

This commit is contained in:
john.bednarczyk 2024-02-03 12:37:26 -06:00
parent 4792b45b13
commit 56b084ebcf
1 changed files with 4 additions and 0 deletions

View File

@ -205,6 +205,10 @@ class CollectionOverviews extends Component {
// Replacing the history to prevent navigating back to this item on re-renders
window.history.replaceState({}, '');
this.setState({
navigateToId: 0
});
};
//