Improve demo seed
This commit is contained in:
@@ -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'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user