Remove Review Step on Add Tenant (#1121)

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
Daniel Valdivia
2021-10-19 10:23:11 -07:00
committed by GitHub
parent 790c6b0e2f
commit 9625d4679c

View File

@@ -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: <Encryption />,
buttons: [cancelButton, createButton],
},
{
label: "Review",
componentRender: <Preview />,
buttons: [cancelButton, createButton],
},
];
let filteredWizardSteps = wizardSteps;
@@ -732,7 +726,7 @@ const AddTenant = ({
/>
)}
<PageHeader label={"Create New Tenant"} />
<Grid container className={classes.container}>
<Grid container>
{addSending && (
<Grid item xs={12}>
<LinearProgress />