Improve demo seed

This commit is contained in:
Urtzi Alfaro
2025-10-17 07:31:14 +02:00
parent b6cb800758
commit d4060962e4
56 changed files with 8235 additions and 339 deletions

View File

@@ -85,6 +85,12 @@ const QUALITY_CHECK_TYPE_CONFIG = {
label: 'Tiempo',
color: 'bg-orange-500',
description: 'Control de tiempo'
},
[QualityCheckType.CHECKLIST]: {
icon: FileCheck,
label: 'Lista de verificación',
color: 'bg-indigo-500',
description: 'Checklist de verificación'
}
};