diff --git a/docker-compose.hub.yml b/docker-compose.hub.yml index f7b0edd..ad471ec 100644 --- a/docker-compose.hub.yml +++ b/docker-compose.hub.yml @@ -38,7 +38,7 @@ services: command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --workers 4 frontend: - image: dymai/syntria-frontend:1.0.21 + image: dymai/syntria-frontend:1.0.22 container_name: syntria-frontend-prod restart: always depends_on: diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 165eb28..1b6a202 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1160,25 +1160,27 @@ function QuestionsManagerModal({ checklist, onClose }) { - {/* AI Prompt */} -