Remove DISABLED status and add isEnabled field

This commit is contained in:
faris Aljohari
2025-01-04 18:57:19 -06:00
parent bd8e3c2b9d
commit a7615975b0
3 changed files with 7 additions and 1 deletions

View File

@ -35,6 +35,7 @@ export class ProjectUserService {
'phoneNumber',
'jobTitle',
'invitedBy',
'isEnabled',
],
relations: ['roleType'],
});
@ -90,6 +91,7 @@ export class ProjectUserService {
'phoneNumber',
'jobTitle',
'invitedBy',
'isEnabled',
],
relations: ['roleType', 'spaces.space'],
});