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