Skip to content

Commit

Permalink
make copyable
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Jun 21, 2024
1 parent a5e311a commit efab041
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export function ExportOptions(props: SearchInputsProps) {
<EuiCodeBlock
language={selectedOption === EXPORT_OPTION.JSON ? 'json' : 'yaml'}
fontSize="m"
isCopyable={true}
>
{formattedConfig}
</EuiCodeBlock>
Expand Down

0 comments on commit efab041

Please sign in to comment.