- Fix bug #48623, always show the merge button.

This commit is contained in:
liumengyi
2024-04-28 16:01:44 +08:00
parent 76e00bd887
commit b38ccdbf05
-3
View File
@@ -112,7 +112,4 @@ window.checkedChange = function()
const dtable = zui.DTable.query($(this).target);
const checkedList = dtable.$.getChecks();
if(!checkedList.length) return;
$('#mergeBranch').hide();
if(checkedList.length == 2) $('#mergeBranch').show();
}