From 22be736c8802c5fa66d0c58508514735f1c74d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Thu, 8 Feb 2024 14:59:14 -0300 Subject: [PATCH] Fix: Modal of the inactivity inspection does not show up --- .../imports/ui/components/activity-check/component.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bigbluebutton-html5/imports/ui/components/activity-check/component.jsx b/bigbluebutton-html5/imports/ui/components/activity-check/component.jsx index 96ebe75c7a..5da2fe0f2e 100644 --- a/bigbluebutton-html5/imports/ui/components/activity-check/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/activity-check/component.jsx @@ -97,6 +97,8 @@ class ActivityCheck extends Component { onRequestClose={handleInactivityDismiss} shouldCloseOnOverlayClick={false} shouldShowCloseButton={false} + priority="high" + isOpen >

{intl.formatMessage(intlMessages.activityCheckTitle)}