This commit is contained in:
2025-11-13 15:15:19 +01:00
parent eb20d0bc5e
commit 59a0514541
@@ -271,8 +271,8 @@ const useDocumentsWorkspace = ({
focusedRowKey, focusedRowKey,
setFocusedRowKey, setFocusedRowKey,
applySelection, applySelection,
clearSelection,
handleEntrySelection, handleEntrySelection,
clearSelection,
promoteSelectionOrder: promoteSelectionOrderRaw, promoteSelectionOrder: promoteSelectionOrderRaw,
configureSelectionEnvironment, configureSelectionEnvironment,
} = selection; } = selection;
@@ -1410,17 +1410,12 @@ const useDocumentsWorkspace = ({
handleFolderRename, handleFolderRename,
openDocumentPreview, openDocumentPreview,
handleDocumentTitleUpdate, handleDocumentTitleUpdate,
selectedDocumentIds,
selectedFolderIds,
focusedRowKey,
draggedDocumentIds, draggedDocumentIds,
handleDocumentDragStart, handleDocumentDragStart,
handleDocumentDragEnd, handleDocumentDragEnd,
searchLoading, searchLoading,
tagLookupById, tagLookupById,
activeCorrespondentFilters, activeCorrespondentFilters,
selectedEntries,
setFocusedRowKey,
ensureAssetUrl, ensureAssetUrl,
getDocumentAsset, getDocumentAsset,
toggleTagFilter, toggleTagFilter,
@@ -1438,7 +1433,6 @@ const useDocumentsWorkspace = ({
handleDeleteSelection, handleDeleteSelection,
handleEntryPointerCore, handleEntryPointerCore,
inspectDocument, inspectDocument,
handleEntrySelection,
tags, tags,
correspondents, correspondents,
documentLookup, documentLookup,
@@ -1512,7 +1506,6 @@ const useDocumentsWorkspace = ({
handleDetailPanelClose, handleDetailPanelClose,
resolveThumbnailUrlForDoc, resolveThumbnailUrlForDoc,
handleDocumentTagDrop, handleDocumentTagDrop,
handleTagRemove,
ensureAssetUrl, ensureAssetUrl,
getDocumentAsset, getDocumentAsset,
activeTagFilters, activeTagFilters,