diff --git a/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupsList.js b/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupsList.js index c8e30c6c1f..17309143b7 100644 --- a/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupsList.js +++ b/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupsList.js @@ -125,11 +125,7 @@ function InventoryGroupsList() { { name: t`Group type`, key: 'parents__isnull', - isBoolean: true, - booleanLabels: { - true: t`Show only root groups`, - false: t`Show all groups`, - }, + options: [['true', t`Show only root groups`]], }, { name: t`Created By (Username)`,