mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
🔧 Make the changed values optional
This commit is contained in:
@@ -13,7 +13,7 @@ export default function TitleChanger() {
|
||||
},
|
||||
});
|
||||
|
||||
const saveChanges = (values: { title: string; logo: string; favicon: string }) => {
|
||||
const saveChanges = (values: { title?: string; logo?: string; favicon?: string }) => {
|
||||
setConfig({
|
||||
...config,
|
||||
settings: {
|
||||
|
||||
Reference in New Issue
Block a user