Skip to content

Commit b60bb52

Browse files
committed
fix: keep groupKeys
1 parent c22bcd3 commit b60bb52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Search/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,7 @@ function Search({
862862
reportAction: transactionItem.reportAction,
863863
isFromOneTransactionReport: isOneTransactionReport(transactionItem.report),
864864
report: transactionItem.report,
865+
groupKey: previousSelection?.groupKey ?? (propagateSelectionToAllRows && !isExpenseReportType ? reportKey : undefined),
865866
};
866867
}
867868
}

0 commit comments

Comments
 (0)