Correctly link to custom repos settings (#603)
Regression introduced with 4b54b09395
This commit is contained in:
@@ -237,7 +237,7 @@ export function Extensions() {
|
|||||||
{FileInputComponent}
|
{FileInputComponent}
|
||||||
<Stack sx={{ paddingTop: '20px' }} alignItems="center" justifyContent="center" rowGap="10px">
|
<Stack sx={{ paddingTop: '20px' }} alignItems="center" justifyContent="center" rowGap="10px">
|
||||||
<Typography>{t('extension.label.add_repository_info')}</Typography>
|
<Typography>{t('extension.label.add_repository_info')}</Typography>
|
||||||
<Button component={Link} variant="contained" to="/browse/extensionSettings">
|
<Button component={Link} variant="contained" to="/settings/browseSettings">
|
||||||
{t('settings.title')}
|
{t('settings.title')}
|
||||||
</Button>
|
</Button>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|||||||
Reference in New Issue
Block a user