mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-03 03:55:56 +01:00
Prettier
This commit is contained in:
@@ -20,12 +20,10 @@ function SettingsMenu(props: any) {
|
||||
}, []);
|
||||
return (
|
||||
<Group direction="column" grow>
|
||||
|
||||
<TextInput
|
||||
label="Search bar querry url"
|
||||
defaultValue={config.searchUrl}
|
||||
onChange={
|
||||
(e) => {
|
||||
onChange={(e) => {
|
||||
setConfig({
|
||||
...config,
|
||||
searchUrl: e.target.value,
|
||||
@@ -37,8 +35,7 @@ function SettingsMenu(props: any) {
|
||||
searchUrl: e.target.value,
|
||||
})
|
||||
);
|
||||
}
|
||||
}
|
||||
}}
|
||||
/>
|
||||
<Group direction="column">
|
||||
<Switch
|
||||
|
||||
Reference in New Issue
Block a user