Ajuste de mensajes de notificaciones y resolucion de notificaciones duplicadas backend 1.0.40
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user