Skip to content

Commit

Permalink
docs: deprecate hide close button (#2019)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharzil authored Mar 18, 2024
1 parent aafef16 commit b2b1e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/components/Modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface ModalProps {
*/
width?: typeof ModalWidth | string;
/**
* Hide the modal close button
* @deprecated
*/
hideCloseButton?: boolean;
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export interface ModalHeaderProps extends VibeComponentProps {
*/
closeButtonAriaLabel?: string;
/**
* Should close button be hidden or not
* @deprecated
*/
hideCloseButton?: boolean;
}
Expand Down

0 comments on commit b2b1e06

Please sign in to comment.