Skip to content

Commit dd96852

Browse files
authored
Merge pull request Expensify#44511 from tsa321/inviteMemberFocusBug
Fix text input won't auto focus after back from get assistance page in workspace invite page
2 parents 7b558ef + 70d892a commit dd96852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/FocusTrap/SCREENS_WITH_AUTOFOCUS.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const SCREENS_WITH_AUTOFOCUS: string[] = [
1515
SCREENS.ROOM_MEMBERS_ROOT,
1616
SCREENS.NEW_TASK.DETAILS,
1717
SCREENS.MONEY_REQUEST.CREATE,
18+
SCREENS.WORKSPACE.INVITE,
1819
SCREENS.SIGN_IN_ROOT,
1920
];
2021

0 commit comments

Comments
 (0)