Open "browse" page for missing sources in backup validation
Path of page was changed, but it was never updated in the backup validation dialog
This commit is contained in:
@@ -348,7 +348,7 @@ export function Backup() {
|
|||||||
<Button
|
<Button
|
||||||
onClick={closeInvalidBackupDialog}
|
onClick={closeInvalidBackupDialog}
|
||||||
component={Link}
|
component={Link}
|
||||||
to="/extensions"
|
to="/browse"
|
||||||
autoFocus={!!validationResult?.missingSources.length}
|
autoFocus={!!validationResult?.missingSources.length}
|
||||||
variant={validationResult?.missingSources.length ? 'contained' : 'text'}
|
variant={validationResult?.missingSources.length ? 'contained' : 'text'}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user