diff --git a/web/eslint-suppressions.json b/web/eslint-suppressions.json
index 681e430f55..92774e8d60 100644
--- a/web/eslint-suppressions.json
+++ b/web/eslint-suppressions.json
@@ -3076,9 +3076,6 @@
}
},
"app/components/datasets/create-from-pipeline/list/create-card.tsx": {
- "no-restricted-imports": {
- "count": 1
- },
"tailwindcss/enforce-consistent-class-order": {
"count": 2
}
@@ -3112,16 +3109,13 @@
}
},
"app/components/datasets/create-from-pipeline/list/template-card/edit-pipeline-info.tsx": {
- "no-restricted-imports": {
- "count": 1
- },
"tailwindcss/enforce-consistent-class-order": {
"count": 3
}
},
"app/components/datasets/create-from-pipeline/list/template-card/index.tsx": {
"no-restricted-imports": {
- "count": 3
+ "count": 2
}
},
"app/components/datasets/create-from-pipeline/list/template-card/operations.tsx": {
@@ -3403,9 +3397,6 @@
}
},
"app/components/datasets/documents/create-from-pipeline/data-source/online-documents/index.tsx": {
- "no-restricted-imports": {
- "count": 1
- },
"ts/no-explicit-any": {
"count": 1
}
@@ -3482,9 +3473,6 @@
}
},
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/index.tsx": {
- "no-restricted-imports": {
- "count": 1
- },
"react-hooks-extra/no-direct-set-state-in-use-effect": {
"count": 5
}
@@ -3533,9 +3521,6 @@
}
},
"app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/base/options/index.tsx": {
- "no-restricted-imports": {
- "count": 1
- },
"tailwindcss/enforce-consistent-class-order": {
"count": 1
},
@@ -3562,9 +3547,6 @@
}
},
"app/components/datasets/documents/create-from-pipeline/preview/online-document-preview.tsx": {
- "no-restricted-imports": {
- "count": 1
- },
"tailwindcss/enforce-consistent-class-order": {
"count": 4
}
@@ -3578,9 +3560,6 @@
}
},
"app/components/datasets/documents/create-from-pipeline/process-documents/form.tsx": {
- "no-restricted-imports": {
- "count": 1
- },
"ts/no-explicit-any": {
"count": 3
}
diff --git a/web/eslint.constants.mjs b/web/eslint.constants.mjs
index ce19b99c9b..9992d94f36 100644
--- a/web/eslint.constants.mjs
+++ b/web/eslint.constants.mjs
@@ -116,7 +116,6 @@ export const OVERLAY_MIGRATION_LEGACY_BASE_FILES = [
'app/components/base/select/index.tsx',
'app/components/base/select/pure.tsx',
'app/components/base/sort/index.tsx',
- 'app/components/base/tag-management/filter.tsx',
'app/components/base/theme-selector.tsx',
'app/components/base/tooltip/index.tsx',
]
diff --git a/web/i18n/en-US/dataset-pipeline.json b/web/i18n/en-US/dataset-pipeline.json
index 00bd68a519..b1b58516bf 100644
--- a/web/i18n/en-US/dataset-pipeline.json
+++ b/web/i18n/en-US/dataset-pipeline.json
@@ -35,6 +35,7 @@
"details.structureTooltip": "Chunk Structure determines how documents are split and indexed—offering General, Parent-Child, and Q&A modes—and is unique to each knowledge base.",
"documentSettings.title": "Document Settings",
"editPipelineInfo": "Edit pipeline info",
+ "editPipelineInfoNameRequired": "Please enter a name for the Knowledge Base.",
"exportDSL.errorTip": "Failed to export pipeline DSL",
"exportDSL.successTip": "Export pipeline DSL successfully",
"inputField": "Input Field",