Merge pull request #19609 from Scroody/i-18917

Fix: Modal of the inactivity inspection does not show up
This commit is contained in:
Ramón Souza 2024-02-09 15:55:56 -03:00 committed by GitHub
commit 04714848cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,6 +97,8 @@ class ActivityCheck extends Component {
onRequestClose={handleInactivityDismiss}
shouldCloseOnOverlayClick={false}
shouldShowCloseButton={false}
priority="high"
isOpen
>
<Styled.ActivityModalContent>
<h1>{intl.formatMessage(intlMessages.activityCheckTitle)}</h1>