diff --git a/portal-ui/src/screens/Console/Tenants/AddTenant/AddTenant.tsx b/portal-ui/src/screens/Console/Tenants/AddTenant/AddTenant.tsx index 129fbac39..5848f659c 100644 --- a/portal-ui/src/screens/Console/Tenants/AddTenant/AddTenant.tsx +++ b/portal-ui/src/screens/Console/Tenants/AddTenant/AddTenant.tsx @@ -45,7 +45,6 @@ import Configure from "./Steps/Configure"; import IdentityProvider from "./Steps/IdentityProvider"; import Security from "./Steps/Security"; import Encryption from "./Steps/Encryption"; -import Preview from "./Steps/Preview"; import Affinity from "./Steps/Affinity"; import PageHeader from "../../Common/PageHeader/PageHeader"; import history from "../../../../history"; @@ -705,11 +704,6 @@ const AddTenant = ({ componentRender: , buttons: [cancelButton, createButton], }, - { - label: "Review", - componentRender: , - buttons: [cancelButton, createButton], - }, ]; let filteredWizardSteps = wizardSteps; @@ -732,7 +726,7 @@ const AddTenant = ({ /> )} - + {addSending && (