Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -705,11 +704,6 @@ const AddTenant = ({
componentRender: <Encryption />,
buttons: [cancelButton, createButton],
},
{
label: "Review",
componentRender: <Preview />,
buttons: [cancelButton, createButton],
},
];

let filteredWizardSteps = wizardSteps;
Expand All @@ -732,7 +726,7 @@ const AddTenant = ({
/>
)}
<PageHeader label={"Create New Tenant"} />
<Grid container className={classes.container}>
<Grid container>
{addSending && (
<Grid item xs={12}>
<LinearProgress />
Expand Down