Skip to content

Commit b465df9

Browse files
committed
Updated prop to beta
1 parent 851f41e commit b465df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-core/src/components/Button

packages/react-core/src/components/Button/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export interface ButtonProps extends Omit<React.HTMLProps<HTMLButtonElement>, 'r
107107
isHamburger?: boolean;
108108
/** Adjusts and animates the hamburger icon to indicate what will happen upon clicking the button. */
109109
hamburgerVariant?: 'expand' | 'collapse';
110-
/** Flag indicating the button is a circle button. Intended for buttons that only contain an icon.. */
110+
/** @beta Flag indicating the button is a circle button. Intended for buttons that only contain an icon.. */
111111
isCircle?: boolean;
112112
/** @hide Forwarded ref */
113113
innerRef?: React.Ref<any>;

0 commit comments

Comments
 (0)