diff --git a/packages/ibm-products/src/components/InterstitialScreen/InterstitialScreen.tsx b/packages/ibm-products/src/components/InterstitialScreen/InterstitialScreen.tsx index 72fba302fe..fcf585087d 100644 --- a/packages/ibm-products/src/components/InterstitialScreen/InterstitialScreen.tsx +++ b/packages/ibm-products/src/components/InterstitialScreen/InterstitialScreen.tsx @@ -304,7 +304,7 @@ export let InterstitialScreen = React.forwardRef< className // Apply any supplied class names to the main HTML element. )} size="lg" - onClose={onClose} + onClose={handleClose} open={isOpen} ref={_forwardedRef} aria-label={interstitialAriaLabel} @@ -317,7 +317,6 @@ export let InterstitialScreen = React.forwardRef< headerClassName )} iconDescription={closeIconDescription} - buttonOnClick={handleClose} > {headerTitle &&

{headerTitle}

} {!hideProgressIndicator && (