This commit is contained in:
2025-11-03 00:32:59 +01:00
parent a819790899
commit 1cbbbeb6b0
+6 -1
View File
@@ -48,6 +48,7 @@ const DocumentsList = ({
onCorrespondentClick,
activeCorrespondentIdSet,
scrollRef,
onClearSelection,
}) => {
const {
editingId: editingDocumentId,
@@ -84,7 +85,11 @@ const DocumentsList = ({
return (
<table aria-multiselectable="true">
<thead>
<thead
onClick={() => {
onClearSelection?.();
}}
>
<tr>
<th className="thumb-column"></th>
<th>Name</th>