checkpoint

This commit is contained in:
Will Miao
2025-03-16 16:56:33 +08:00
parent 50babfd471
commit 406284a045
14 changed files with 1145 additions and 300 deletions

View File

@@ -175,6 +175,8 @@ export class ImportManager {
// Get recipe data from response
this.recipeData = await response.json();
console.log('Recipe data:', this.recipeData);
// Check if we have an error message
if (this.recipeData.error) {