We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99fae1 commit b5cfe5dCopy full SHA for b5cfe5d
src/pages/cipp/preferences.js
@@ -67,26 +67,6 @@ const Page = () => {
67
showDivider={false}
68
title="General Settings"
69
propertyItems={[
70
- {
71
- label: "Tenant Overview Page",
72
- value: (
73
- <CippFormComponent
74
- type="autoComplete"
75
- sx={{ width: "250px" }}
76
- disableClearable={true}
77
- name="TenantListSelector"
78
- formControl={formcontrol}
79
- multiple={false}
80
- validators={{
81
- required: { value: true, message: "This field is required" },
82
- }}
83
- options={[
84
- { value: "full", label: "Show the full page" },
85
- { value: "compressed", label: "Show the compressed page" },
86
- ]}
87
- />
88
- ),
89
- },
90
{
91
label: "Added Attributes when creating a new user",
92
value: (
0 commit comments