Skip to content

Commit 4a6386b

Browse files
committed
chore: add beta to hasNoGlass
1 parent 289284c commit 4a6386b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-core/src/components/Drawer/DrawerPanelContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface DrawerPanelContentProps extends Omit<React.HTMLProps<HTMLDivEle
3535
hasNoBorder?: boolean;
3636
/** Flag indicating that the drawer panel should be resizable. */
3737
isResizable?: boolean;
38-
/** Flag indicating that the drawer panel should disable glass styles. This prop is intended to work with isPill drawers. */
38+
/** @beta Flag indicating that the drawer panel should disable glass styles. This prop is intended to work with isPill drawers. */
3939
hasNoGlass?: boolean;
4040
/** Callback for resize end. */
4141
onResize?: (event: MouseEvent | TouchEvent | React.KeyboardEvent, width: number, id: string) => void;

0 commit comments

Comments
 (0)