iptdevs-design-system 2.6.6 → 2.6.7

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.
@@ -1195,10 +1195,9 @@ class CreateUserFormComponent {
1195
1195
  }
1196
1196
  getRolesOptions() {
1197
1197
  // Académico
1198
- if (this.userType === 'academic')
1199
- return;
1200
- 'hols';
1201
- // [
1198
+ if (this.userType === 'academic') {
1199
+ return 'hola';
1200
+ } // [
1202
1201
  // { code: '11', name: 'Teacher PRO' },
1203
1202
  // { code: '12', name: 'Teacher' },
1204
1203
  // ];