From 0bf4e1b4ffbf22bf52d0b58ea099657d3118fa9a Mon Sep 17 00:00:00 2001 From: daledah Date: Thu, 15 Jan 2026 14:54:23 +0700 Subject: [PATCH] fix: missing background highlight in Authorized payer page --- src/pages/workspace/workflows/WorkspaceWorkflowsPayerPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/workspace/workflows/WorkspaceWorkflowsPayerPage.tsx b/src/pages/workspace/workflows/WorkspaceWorkflowsPayerPage.tsx index 0b7b817e1546..650aab459e48 100644 --- a/src/pages/workspace/workflows/WorkspaceWorkflowsPayerPage.tsx +++ b/src/pages/workspace/workflows/WorkspaceWorkflowsPayerPage.tsx @@ -214,6 +214,7 @@ function WorkspaceWorkflowsPayerPage({route, policy, personalDetails, isLoadingR headerMessage={headerMessage} ListItem={UserListItem} onSelectRow={setPolicyAuthorizedPayer} + initiallyFocusedOptionKey={formattedAuthorizedPayer.at(0)?.keyForList} shouldSingleExecuteRowSelect showScrollIndicator addBottomSafeAreaPadding