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:
schroda
2024-05-01 16:57:20 +02:00
parent 86ec83a2ef
commit f994d32e91

View File

@@ -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'}
>