refactor(export): remove redundant header select-all text action

This commit is contained in:
tisonhuang
2026-03-05 12:49:13 +08:00
parent b3fee5b56d
commit 02a6b24517
2 changed files with 0 additions and 21 deletions

View File

@@ -4174,14 +4174,6 @@ function ExportPage() {
</button>
</span>
<span className="contacts-list-header-main">
<button
className="selection-toggle-btn"
type="button"
onClick={toggleSelectAllVisible}
disabled={visibleSelectableCount === 0}
>
{isAllVisibleSelected ? '取消全选当前筛选' : '全选当前筛选'}
</button>
<span className="contacts-list-header-main-label">//</span>
</span>
<span className="contacts-list-header-count"></span>