From 1c217d5fb0c0d83705a54cf84e46818e7dedaf73 Mon Sep 17 00:00:00 2001 From: Artem Makushov Date: Tue, 30 Apr 2024 15:35:39 +0200 Subject: [PATCH] fix userListitem --- src/components/SelectionList/UserListItem.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/SelectionList/UserListItem.tsx b/src/components/SelectionList/UserListItem.tsx index 68349293e134..a517a9f1ca15 100644 --- a/src/components/SelectionList/UserListItem.tsx +++ b/src/components/SelectionList/UserListItem.tsx @@ -26,6 +26,7 @@ function UserListItem({ onCheckboxPress, onDismissError, shouldPreventDefaultFocusOnSelectRow, + shouldPreventEnterKeySubmit, rightHandSideComponent, onFocus, shouldSyncFocus, @@ -58,6 +59,7 @@ function UserListItem({ onSelectRow={onSelectRow} onDismissError={onDismissError} shouldPreventDefaultFocusOnSelectRow={shouldPreventDefaultFocusOnSelectRow} + shouldPreventEnterKeySubmit={shouldPreventEnterKeySubmit} rightHandSideComponent={rightHandSideComponent} errors={item.errors} pendingAction={item.pendingAction}