diff --git a/portal-ui/src/screens/Console/Tenants/AddTenant/AddTenant.tsx b/portal-ui/src/screens/Console/Tenants/AddTenant/AddTenant.tsx index e258dc5b7..1bac88589 100644 --- a/portal-ui/src/screens/Console/Tenants/AddTenant/AddTenant.tsx +++ b/portal-ui/src/screens/Console/Tenants/AddTenant/AddTenant.tsx @@ -158,13 +158,13 @@ const AddTenant = () => { }, { label: "Audit Log", - advancedOnly: true, + advancedOnly: false, componentRender: , buttons: [cancelButton, createButton], }, { label: "Monitoring", - advancedOnly: true, + advancedOnly: false, componentRender: , buttons: [cancelButton, createButton], },