We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22bcd3 commit b60bb52Copy full SHA for b60bb52
1 file changed
src/components/Search/index.tsx
@@ -862,6 +862,7 @@ function Search({
862
reportAction: transactionItem.reportAction,
863
isFromOneTransactionReport: isOneTransactionReport(transactionItem.report),
864
report: transactionItem.report,
865
+ groupKey: previousSelection?.groupKey ?? (propagateSelectionToAllRows && !isExpenseReportType ? reportKey : undefined),
866
};
867
}
868
0 commit comments