Code refactoring, renabled app title customization.
With React 19 header title API title doesn't need react-helmet anymore :)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user