Code refactoring, renabled app title customization.

With React 19 header title API title doesn't need react-helmet anymore :)
This commit is contained in:
2025-01-13 10:49:55 +01:00
parent 6f0187bccc
commit 160a2721f9
3 changed files with 5 additions and 6 deletions

View File

@@ -180,7 +180,6 @@ export default function Settings() {
</Grid>
<Grid item xs={12} md={12}>
<TextField
disabled={reverseProxy}
fullWidth
label={i18n.t('appTitle')}
defaultValue={appTitle}