Skip to content

Commit

Permalink
Merge pull request #34315 from Expensify/jack-areChatRoomsEnabledAdd
Browse files Browse the repository at this point in the history
[No QA] Add areChatRoomsEnabled to TeachersUnite.ts
  • Loading branch information
thienlnam authored Jan 11, 2024
2 parents f9405ba + 801b18a commit da508cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/TeachersUnite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ function addSchoolPrincipal(firstName: string, partnerUserID: string, lastName:
value: {
id: policyID,
isPolicyExpenseChatEnabled: true,
areChatRoomsEnabled: true,
type: CONST.POLICY.TYPE.CORPORATE,
name: policyName,
role: CONST.POLICY.ROLE.USER,
Expand Down

0 comments on commit da508cf

Please sign in to comment.