mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-01 13:33:48 +08:00
fix(dataset): update error message for document deletion to use correct translation key (#17603)
This commit is contained in:
@@ -112,7 +112,9 @@ export function useBulkOperateDataset({
|
||||
.some((y) => y.id === x),
|
||||
);
|
||||
if (deletedKeys.length === 0) {
|
||||
toast.error(t('theDocumentBeingParsedCannotBeDeleted'));
|
||||
toast.error(
|
||||
t('knowledgeConfiguration.theDocumentBeingParsedCannotBeDeleted'),
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user