We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2387f76 commit 2a83c87Copy full SHA for 2a83c87
packages/react-core/src/components/Form/FormFieldGroupHeader.tsx
@@ -5,7 +5,7 @@ import { css } from '@patternfly/react-styles';
5
export interface FormFieldGroupHeaderTitleTextObject {
6
/** Title text. */
7
text: React.ReactNode;
8
- /** The applied to the title div for accessibility */
+ /** The id applied to the title div for accessibility */
9
id: string;
10
}
11
0 commit comments