diff --git a/frontend/src/hooks/documents/useDocumentsWorkspace.ts b/frontend/src/hooks/documents/useDocumentsWorkspace.ts index aedd35a..da4796c 100644 --- a/frontend/src/hooks/documents/useDocumentsWorkspace.ts +++ b/frontend/src/hooks/documents/useDocumentsWorkspace.ts @@ -271,8 +271,8 @@ const useDocumentsWorkspace = ({ focusedRowKey, setFocusedRowKey, applySelection, - clearSelection, handleEntrySelection, + clearSelection, promoteSelectionOrder: promoteSelectionOrderRaw, configureSelectionEnvironment, } = selection; @@ -1410,17 +1410,12 @@ const useDocumentsWorkspace = ({ handleFolderRename, openDocumentPreview, handleDocumentTitleUpdate, - selectedDocumentIds, - selectedFolderIds, - focusedRowKey, draggedDocumentIds, handleDocumentDragStart, handleDocumentDragEnd, searchLoading, tagLookupById, activeCorrespondentFilters, - selectedEntries, - setFocusedRowKey, ensureAssetUrl, getDocumentAsset, toggleTagFilter, @@ -1438,7 +1433,6 @@ const useDocumentsWorkspace = ({ handleDeleteSelection, handleEntryPointerCore, inspectDocument, - handleEntrySelection, tags, correspondents, documentLookup, @@ -1512,7 +1506,6 @@ const useDocumentsWorkspace = ({ handleDetailPanelClose, resolveThumbnailUrlForDoc, handleDocumentTagDrop, - handleTagRemove, ensureAssetUrl, getDocumentAsset, activeTagFilters,