feat: introduce admin app configs page (#1335)

This commit is contained in:
kattoczko
2023-10-24 11:19:37 +01:00
committed by GitHub
parent 0a36101da1
commit 8c859f9408
9 changed files with 318 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ export default function Switch(props: SwitchProps): React.ReactElement {
onChange,
label,
FormControlLabelProps,
className,
...switchProps
} = props;
@@ -45,6 +46,7 @@ export default function Switch(props: SwitchProps): React.ReactElement {
},
}) => (
<FormControlLabel
className={className}
{...FormControlLabelProps}
control={
<MuiSwitch