feat: update document workspace and taxonomy data hooks.
This commit is contained in:
@@ -43,7 +43,7 @@ import useDocuments from './useDocuments';
|
||||
import { fetchDocument } from '../../lib/api/apiClient';
|
||||
import useFolderTree from '../features/folders/useFolderTree';
|
||||
import useFolderTreeActions from '../features/folders/useFolderTreeActions';
|
||||
import useDocumentTagging from '../features/tagging/useDocumentTagging';
|
||||
import useDocumentTagActions from '../features/tagging/useDocumentTagActions';
|
||||
import useDocumentUploads from '../features/upload/useDocumentUploads';
|
||||
import useDocumentDragHandlers from '../features/upload/useDocumentDragHandlers';
|
||||
import useDocumentMutations from './useDocumentMutations';
|
||||
@@ -541,7 +541,7 @@ const useDocumentsWorkspace = ({
|
||||
handleBulkTagAddFromDetail,
|
||||
handleBulkTagRemoveFromDetail,
|
||||
handleBulkSelectionReanalyze,
|
||||
} = useDocumentTagging({
|
||||
} = useDocumentTagActions({
|
||||
tags,
|
||||
tagManager,
|
||||
refreshTags,
|
||||
|
||||
Reference in New Issue
Block a user