Skip to content

Commit c9b22f4

Browse files
committed
Added beta flag
1 parent 1f03ff8 commit c9b22f4

File tree

1 file changed

+1
-1
lines changed
  • packages/react-core/src/components/Wizard

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface WizardProps extends React.HTMLProps<HTMLDivElement> {
6161
shouldFocusContent?: boolean;
6262
/** Adds plain styling to the wizard. */
6363
isPlain?: boolean;
64-
/** Prevents the wizard from automatically applying plain styling when glass theme is enabled. */
64+
/** @beta Prevents the wizard from automatically applying plain styling when glass theme is enabled. */
6565
isNoPlainOnGlass?: boolean;
6666
}
6767

0 commit comments

Comments
 (0)