Address comments

This commit is contained in:
ajnart
2023-01-06 12:23:54 +09:00
parent 94e36f3e0f
commit cb9ee81aa2
4 changed files with 3 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ export const SearchEngineSelector = ({ searchEngine }: Props) => {
/>
<Paper p="md" py="sm" mb="md" withBorder>
<Title order={6} mb={0}>
Search engine configuration
{t('configurationName')}
</Title>
<SearchNewTabSwitch defaultValue={searchEngine.properties.openInNewTab} />