Fix UI bug with self-add by username in groups
This commit is contained in:
parent
41e89554fe
commit
ca2b3bacce
8 changed files with 21 additions and 1 deletions
|
@ -938,6 +938,7 @@ export function ChooseGroupMembersPartialPhoneNumber(): JSX.Element {
|
|||
isShowingRecommendedGroupSizeModal: false,
|
||||
isShowingMaximumGroupSizeModal: false,
|
||||
isUsernamesEnabled: true,
|
||||
ourUsername: undefined,
|
||||
searchTerm: '+1(212) 555',
|
||||
regionCode: 'US',
|
||||
selectedContacts: [],
|
||||
|
@ -960,6 +961,7 @@ export function ChooseGroupMembersValidPhoneNumber(): JSX.Element {
|
|||
isShowingRecommendedGroupSizeModal: false,
|
||||
isShowingMaximumGroupSizeModal: false,
|
||||
isUsernamesEnabled: true,
|
||||
ourUsername: undefined,
|
||||
searchTerm: '+1(212) 555 5454',
|
||||
regionCode: 'US',
|
||||
selectedContacts: [],
|
||||
|
@ -982,6 +984,7 @@ export function ChooseGroupMembersUsername(): JSX.Element {
|
|||
isShowingRecommendedGroupSizeModal: false,
|
||||
isShowingMaximumGroupSizeModal: false,
|
||||
isUsernamesEnabled: true,
|
||||
ourUsername: undefined,
|
||||
searchTerm: '@signal',
|
||||
regionCode: 'US',
|
||||
selectedContacts: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue