Skip to content

Commit

Permalink
Update button_group_button.tsx
Browse files Browse the repository at this point in the history
Fixed htmlIdGenerator import
  • Loading branch information
gebeto committed Apr 2, 2021
1 parent d3421ed commit 976d7d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `32.0.1`.
No public interface changes since `32.0.2`.

## [`32.0.2`](https://github.com/elastic/eui/tree/v32.0.2)

**Bug fixes**

- Fixed `htmlIdGenerator` import path in `button_group_button.tsx`

## [`32.0.1`](https://github.com/elastic/eui/tree/v32.0.1)

Expand Down
2 changes: 1 addition & 1 deletion src/components/button/button_group/button_group_button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import React, { FunctionComponent, useRef } from 'react';
import { EuiButtonDisplay } from '../button';
import { EuiButtonGroupOptionProps, EuiButtonGroupProps } from './button_group';
import { useInnerText } from '../../inner_text';
import { htmlIdGenerator } from '../../../../src/services';
import { htmlIdGenerator } from '../../../services';

type Props = EuiButtonGroupOptionProps & {
/**
Expand Down

0 comments on commit 976d7d6

Please sign in to comment.