iptdevs-design-system 2.6.5 → 2.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1197,10 +1197,11 @@ class CreateUserFormComponent {
1197
1197
  // Académico
1198
1198
  if (this.userType === 'academic')
1199
1199
  return;
1200
- [
1201
- { code: '11', name: 'Teacher PRO' },
1202
- { code: '12', name: 'Teacher' },
1203
- ];
1200
+ 'hols';
1201
+ // [
1202
+ // { code: '11', name: 'Teacher PRO' },
1203
+ // { code: '12', name: 'Teacher' },
1204
+ // ];
1204
1205
  // Administrativo
1205
1206
  if (this.userType === 'administrative')
1206
1207
  return;