fix(ui): Correct import success toast and add VS Code launch/tasks recommendations for the UI
This commit is contained in:
@@ -1027,7 +1027,7 @@ export class BackupsTabComponent implements OnInit {
|
||||
}
|
||||
|
||||
if (response.success && response.data) {
|
||||
this.toast.success(`Service "${response.data.serviceName}" imported successfully`);
|
||||
this.toast.success(`Service "${response.data.service.name}" imported successfully`);
|
||||
this.closeImportDialog();
|
||||
// Navigate to the services list to see the new service
|
||||
this.router.navigate(['/services']);
|
||||
|
||||
Reference in New Issue
Block a user