Ajuste de mensajes de notificaciones y resolucion de notificaciones duplicadas backend 1.0.40

This commit is contained in:
2025-11-25 23:19:16 -03:00
parent 4c8938a24e
commit 773a9336ef
2 changed files with 32 additions and 4 deletions

View File

@@ -1401,6 +1401,11 @@ function QuestionsManagerModal({ checklist, onClose }) {
{question.allow_photos && (
<span>📷 Máx {question.max_photos} fotos</span>
)}
{question.send_notification && (
<span className="px-2 py-1 bg-yellow-100 text-yellow-800 rounded text-xs">
🔔 Notificación
</span>
)}
</div>
</div>
</div>