backups: show generic error in the dialog

This commit is contained in:
Girish Ramakrishnan
2024-06-06 11:41:33 +02:00
parent 4fac0cb535
commit 3c7d24916c
+1 -1
View File
@@ -755,7 +755,7 @@ angular.module('Application').controller('BackupsController', ['$scope', '$locat
$scope.configureBackup.error.backupFolder = true;
}
} else {
console.error('Unable to change provider.', error);
$scope.configureBackup.error.generic = error.message;
}
return;