fix
This commit is contained in:
@@ -48,6 +48,7 @@ const DocumentsList = ({
|
|||||||
onCorrespondentClick,
|
onCorrespondentClick,
|
||||||
activeCorrespondentIdSet,
|
activeCorrespondentIdSet,
|
||||||
scrollRef,
|
scrollRef,
|
||||||
|
onClearSelection,
|
||||||
}) => {
|
}) => {
|
||||||
const {
|
const {
|
||||||
editingId: editingDocumentId,
|
editingId: editingDocumentId,
|
||||||
@@ -84,7 +85,11 @@ const DocumentsList = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<table aria-multiselectable="true">
|
<table aria-multiselectable="true">
|
||||||
<thead>
|
<thead
|
||||||
|
onClick={() => {
|
||||||
|
onClearSelection?.();
|
||||||
|
}}
|
||||||
|
>
|
||||||
<tr>
|
<tr>
|
||||||
<th className="thumb-column"></th>
|
<th className="thumb-column"></th>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user