This commit is contained in:
2025-12-04 00:29:32 +01:00
parent 9f88823315
commit 65555c18e8
4 changed files with 3 additions and 10 deletions
@@ -81,7 +81,6 @@ export interface DocumentsViewProps {
activeCorrespondentIdSet?: Set<Identifier> | null;
scrollRef?: RefObject<HTMLElement | null>;
// Desk specific (optional for now or handled via intersection)
tenantId?: Identifier | null;
viewId?: string | null;
activeTagFilters?: Array<Identifier | null>;
}
@@ -137,7 +136,6 @@ const DocumentsPanelInner: React.FC<DocumentsPanelInnerProps> = ({
selectedFolder = null,
onDocumentTagAttach,
onDocumentTagDetach,
currentTenantId,
}): ReactNode => {
const {
setFocusedEntryKey,
@@ -464,7 +462,6 @@ const DocumentsPanelInner: React.FC<DocumentsPanelInnerProps> = ({
scrollRef,
activeCorrespondentIdSet: activeCorrespondentIdSet,
onCorrespondentClick: toggleCorrespondentFilter,
tenantId: currentTenantId,
viewId,
onEntryPointer,
};