Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug where header actions disappearing
There was a bug where changing routes would cause the header action, in the case of Workplace Search the “Go to search application” link, to disappear on route changes. Turns out that we didn’t need it in the useEffect and that moving it out keeps the unmount from removing the link from the header.
- Loading branch information