Skip to content

Commit fdea354

Browse files
Don't auto-scroll when selecting a company card
1 parent c241562 commit fdea354

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/workspace/companyCards/assignCard/CardSelectionStep.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ function CardSelectionStep({feed, policyID}: CardSelectionStepProps) {
168168
shouldShowHeaderMessageAfterHeader
169169
addBottomSafeAreaPadding
170170
shouldShowListEmptyContent={false}
171+
shouldScrollToFocusedIndex={false}
171172
shouldUpdateFocusedIndex
172173
footerContent={
173174
<FormAlertWithSubmitButton

0 commit comments

Comments
 (0)