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