diff --git a/backend/app/main.py b/backend/app/main.py index 7617784..8b28020 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -204,7 +204,7 @@ def send_completed_inspection_to_n8n(inspection, db): # No lanzamos excepción para no interrumpir el flujo normal -BACKEND_VERSION = "1.0.68" +BACKEND_VERSION = "1.0.69" app = FastAPI(title="Checklist Inteligente API", version=BACKEND_VERSION) # S3/MinIO configuration diff --git a/frontend/package.json b/frontend/package.json index e43766d..2245dd6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "checklist-frontend", "private": true, - "version": "1.0.68", + "version": "1.0.69", "type": "module", "scripts": { "dev": "vite", diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 17080d2..3d28351 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1050,6 +1050,8 @@ function QuestionsManagerModal({ checklist, onClose }) { } const handleEditQuestion = (question) => { + console.log('Editando pregunta:', question) + console.log('AI Prompt de la pregunta:', question.ai_prompt) setEditingQuestion(question) setShowCreateForm(false) setFormData({