Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Synthetics UI] Remove nested button (#148200)
## Summary Fixes this error <img width="1278" alt="Screenshot 2022-12-29 at 16 03 39" src="https://user-images.githubusercontent.com/57448/209971732-8eb5869d-7791-46d7-a6e4-060794735e7f.png"> The diff doesn't make it easy to see, but basically the change is this: ```tsx // Before <EuiLink href="..."> <EuiEmptyButton {...props}>...</EuiEmptyButton> </EuiLink> // After <EuiEmptyButton href="..." {...props}>...</EuiEmptyButton> ```
- Loading branch information