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 1e826cc commit f99fae1Copy full SHA for f99fae1
src/pages/cipp/preferences.js
@@ -87,28 +87,6 @@ const Page = () => {
87
/>
88
),
89
},
90
-
91
- {
92
- label: "Default Theme",
93
- value: (
94
- <CippFormComponent
95
- type="autoComplete"
96
- sx={{ width: "250px" }}
97
- disableClearable={true}
98
- name="currentTheme"
99
- formControl={formcontrol}
100
- multiple={false}
101
- validators={{
102
- required: { value: true, message: "This field is required" },
103
- }}
104
- options={[
105
- { value: "light", label: "Light" },
106
- { value: "dark", label: "Dark" },
107
- { value: "browser", label: "Let the browser choose" },
108
- ]}
109
- />
110
- ),
111
- },
112
{
113
label: "Added Attributes when creating a new user",
114
value: (
0 commit comments