Skip to content

Commit

Permalink
remove isOptimisticData
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Jul 26, 2023
1 parent b3998dc commit 9eba1dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/Policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ function addMembersToWorkspace(invitedEmailsToAccountIDs, welcomeNote, policyID,
avatar: UserUtils.getDefaultAvatarURL(accountID),
displayName: LocalePhoneNumber.formatPhoneNumber(memberLogin),
login: OptionsListUtils.addSMSDomainIfPhoneNumber(memberLogin),
isOptimisticData: true,
},
],
)
Expand Down

0 comments on commit 9eba1dd

Please sign in to comment.