Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update prop desc
Browse files Browse the repository at this point in the history
  • Loading branch information
saket2403 authored May 8, 2024
1 parent 9871450 commit 59ca3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/terra-modal-manager/src/ModalManager.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const propTypes = {
*/
closeOnOutsideClick: PropTypes.bool,
/**
* Z-Index layer to apply to the ModalContent and ModalOverlay. Valid values are the standard modal layer: '6000', and the max layer: '8000'.
* Z-Index layer to apply to the ModalContent and ModalOverlay. Valid values are the standard modal layer: '6000', and the max layer: '9000'.
*/
zIndex: PropTypes.oneOf(zIndexes),
};
Expand Down

0 comments on commit 59ca3d5

Please sign in to comment.