diff --git a/awx/ui_next/src/components/AppContainer/AppContainer.jsx b/awx/ui_next/src/components/AppContainer/AppContainer.jsx
index 97513c6667..ac79a5e836 100644
--- a/awx/ui_next/src/components/AppContainer/AppContainer.jsx
+++ b/awx/ui_next/src/components/AppContainer/AppContainer.jsx
@@ -222,6 +222,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={[
,
+ ,
]}
>