diff --git a/web/app/components/datasets/metadata/edit-metadat-batch/modal.tsx b/web/app/components/datasets/metadata/edit-metadat-batch/modal.tsx index bf51ab3b42..cf5b618b03 100644 --- a/web/app/components/datasets/metadata/edit-metadat-batch/modal.tsx +++ b/web/app/components/datasets/metadata/edit-metadat-batch/modal.tsx @@ -10,7 +10,7 @@ import { useTranslation } from 'react-i18next' import Checkbox from '../../../base/checkbox' import Tooltip from '../../../base/tooltip' import SelectMetadataModal from '../select-metadata-modal' -import { RiAddLine } from '@remixicon/react' +import { RiAddLine, RiQuestionLine } from '@remixicon/react' import Divider from '@/app/components/base/divider' type Props = { @@ -113,10 +113,14 @@ const EditMetadataBatchModal: FC = ({
setIsApplyToAllSelectDocument(!isApplyToAllSelectDocument)} /> -
Apply to all selected documents
+
Apply to all selected documents
Automatically create all the above edited and new metadata for all selected documents, otherwise editing metadata will only apply to documents with it.
- } /> + } > +
+ +
+