fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user