mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Deleting files in batches. #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -17,12 +17,12 @@ import {
|
||||
UseHandleConnectToKnowledgeReturnType,
|
||||
UseRenameCurrentFileReturnType,
|
||||
} from './hooks';
|
||||
import { UseMoveDocumentReturnType } from './use-move-file';
|
||||
import { UseMoveDocumentShowType } from './use-move-file';
|
||||
|
||||
type IProps = Pick<CellContext<IFile, unknown>, 'row'> &
|
||||
Pick<UseHandleConnectToKnowledgeReturnType, 'showConnectToKnowledgeModal'> &
|
||||
Pick<UseRenameCurrentFileReturnType, 'showFileRenameModal'> &
|
||||
Pick<UseMoveDocumentReturnType, 'showMoveFileModal'>;
|
||||
UseMoveDocumentShowType;
|
||||
|
||||
export function ActionCell({
|
||||
row,
|
||||
|
||||
Reference in New Issue
Block a user