Handle fatal error during backup import

This commit is contained in:
trevor-signal
2024-12-05 11:35:37 -05:00
committed by GitHub
parent 94dba11bcb
commit 10eeb63776
9 changed files with 146 additions and 41 deletions

View File

@@ -116,7 +116,7 @@ export const SmartInstallScreen = memo(function SmartInstallScreen() {
error: installerState.error,
onCancel: onCancelBackupImport,
onRetry: retryBackupImport,
onRestartLink: startInstaller,
updates,
currentVersion: window.getVersion(),
forceUpdate,