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-07 02:28:09 +02:00
parent 86ec83a2ef
commit f994d32e91
+1 -1
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'}
>