diff --git a/awx/ui_next/src/components/AppContainer/AppContainer.jsx b/awx/ui_next/src/components/AppContainer/AppContainer.jsx
index a0999837787e..0e0b726cb4a8 100644
--- a/awx/ui_next/src/components/AppContainer/AppContainer.jsx
+++ b/awx/ui_next/src/components/AppContainer/AppContainer.jsx
@@ -226,6 +226,7 @@ function AppContainer({ i18n, navRouteConfig = [], children }) {
title={i18n._(t`Your session is about to expire`)}
isOpen={timeoutWarning && sessionTimeout > 0 && timeRemaining > 0}
onClose={handleLogout}
+ showClose={false}
variant="warning"
actions={[
,
+ ,
]}
>