Skip to content

Commit 7dae4e1

Browse files
committed
update comments
1 parent 2bd7bfe commit 7dae4e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface ModalProps extends React.HTMLProps<HTMLDivElement> {
3838
description?: React.ReactNode;
3939
/** Variant of the modal */
4040
variant?: 'small' | 'large' | 'default';
41-
/** */
41+
/** Flag indicating if modal content should have no padding*/
4242
noPadding?: boolean;
4343
}
4444

packages/react-core/src/components/Modal/ModalContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export interface ModalContentProps {
4545
id: string;
4646
/** Flag to disable focus trap */
4747
disableFocusTrap?: boolean;
48-
/** */
48+
/** Flag indicating if modal content should have no padding*/
4949
noPadding?: boolean;
5050
}
5151

0 commit comments

Comments
 (0)