diff --git a/assets/js/src/common/modal/header.jsx b/assets/js/src/common/modal/header.jsx index 297fd41925..5f7dedf8ce 100644 --- a/assets/js/src/common/modal/header.jsx +++ b/assets/js/src/common/modal/header.jsx @@ -8,7 +8,6 @@ const ModalHeader = ({ icon, title, onClose, - closeLabel, headingId, isDismissible, }) => ( @@ -32,7 +31,7 @@ const ModalHeader = ({ ) } { isDismissible && ( -