Skip to content

Commit f99fae1

Browse files
committed
remove default theme from settings
1 parent 1e826cc commit f99fae1

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/pages/cipp/preferences.js

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -87,28 +87,6 @@ const Page = () => {
8787
/>
8888
),
8989
},
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-
},
11290
{
11391
label: "Added Attributes when creating a new user",
11492
value: (

0 commit comments

Comments
 (0)