From 59ca3d5cebb960b81cc08441afb272ef184b5d2e Mon Sep 17 00:00:00 2001 From: Saket Bajaj <42207428+saket2403@users.noreply.github.com> Date: Wed, 8 May 2024 12:33:18 +0530 Subject: [PATCH] Update prop desc --- packages/terra-modal-manager/src/ModalManager.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/terra-modal-manager/src/ModalManager.jsx b/packages/terra-modal-manager/src/ModalManager.jsx index 1dbce95b2f..e037380095 100644 --- a/packages/terra-modal-manager/src/ModalManager.jsx +++ b/packages/terra-modal-manager/src/ModalManager.jsx @@ -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), };