Skip to content

Commit 7d5b892

Browse files
Update packages/react-core/src/components/Progress/Progress.tsx
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
1 parent 0335d55 commit 7d5b892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export interface ProgressProps extends Omit<React.HTMLProps<HTMLDivElement>, 'si
4848
* We recommend the helper text component as it was designed for this purpose.
4949
*/
5050
helperText?: React.ReactNode;
51-
/** Hide the status icon, helpful when space is limited (such as within table cells) */
51+
/** Flag indicating whether the status icon should be hidden, helpful when space is limited (such as within table cells). When set to true, you must ensure the context of the status is provided in another way, such as via the progress measure. */
5252
hideStatusIcon?: boolean;
5353
}
5454

0 commit comments

Comments
 (0)