foreman
foreman copied to clipboard
Fixes #37718 - BuildModal error message not copyable
This PR fixes a bug in the BuildModal component.
The issue was that an error message was not copyable from the tree-view. This is fixed here by wrapping it in a ClipboardCopy
component.
Additionally, this PR removes the active element handling as it not needed and only interferes with the styling.