Skip to content

Commit

Permalink
Replace cmd with bash as EuiCodeBlock language (#105065) (#105089)
Browse files Browse the repository at this point in the history
cmd is no longer supported by 3rd party library used by EuiCodeBlock

Co-authored-by: Vadim Yakhin <[email protected]>
  • Loading branch information
kibanamachine and yakhinvadim authored Jul 9, 2021
1 parent 896d8a1 commit df4cd0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const StatusItem: React.FC<StatusItemProps> = ({ details }) => {
const infoPopover = (
<EuiPopover button={tooltipPopoverTrigger} isOpen={isPopoverOpen} closePopover={closePopover}>
<EuiCodeBlock
language="cmd"
language="bash"
fontSize="m"
paddingSize="m"
style={{ maxWidth: 300 }}
Expand Down

0 comments on commit df4cd0f

Please sign in to comment.