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
|
||||
onClick={closeInvalidBackupDialog}
|
||||
component={Link}
|
||||
to="/extensions"
|
||||
to="/browse"
|
||||
autoFocus={!!validationResult?.missingSources.length}
|
||||
variant={validationResult?.missingSources.length ? 'contained' : 'text'}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user