diff --git a/awx/ui_next/src/screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx b/awx/ui_next/src/screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx index 9ce63a3108..722f9b556e 100644 --- a/awx/ui_next/src/screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx +++ b/awx/ui_next/src/screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx @@ -179,7 +179,8 @@ function InventoryRelatedGroupList({ i18n }) { setIsModalOpen(true)} onAddNew={() => history.push(addFormUrl)} newTitle={i18n._(t`Add new group`)}