Skip to content

Commit 86e956c

Browse files
committed
Temporary disable merge action
1 parent e3aab61 commit 86e956c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/libs/ReportSecondaryActionUtils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,9 @@ function isReopenAction(report: Report, policy?: Policy): boolean {
529529
* Checks whether the supplied report supports merging transactions from it.
530530
*/
531531
function isMergeAction(parentReport: Report, reportTransactions: Transaction[], policy?: Policy): boolean {
532+
// Temporary disable merge action
533+
return false;
534+
532535
// Do not show merge action if there are multiple transactions
533536
if (reportTransactions.length !== 1) {
534537
return false;

0 commit comments

Comments
 (0)