fix: align merged KnowledgeFS checks

This commit is contained in:
Stephen Zhou 2026-08-19 09:55:36 +08:00
parent df1a738a97
commit b3ddc3cdf2
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -303,6 +303,7 @@ jobs:
test_touchpoints=(
api/tests/unit_tests/controllers/console/datasets/test_datasets.py
api/tests/unit_tests/controllers/console/test_wraps.py
api/tests/unit_tests/controllers/console/workspace/test_rbac.py
api/tests/unit_tests/core/agent/test_base_agent_runner.py
api/tests/unit_tests/core/app/apps/agent_app/test_runtime_request_builder.py

View File

@ -18,7 +18,7 @@ import { Dialog, DialogContent, DialogTitle } from '@langgenius/dify-ui/dialog'
import { useMutation, useQuery } from '@tanstack/react-query'
import { useState } from 'react'
import { useTranslation } from 'react-i18next'
import CopyFeedback from '@/app/components/base/copy-feedback'
import { CopyFeedback } from '@/app/components/base/copy-feedback'
import { consoleClient, consoleQuery } from '@/service/client'
import { useDatasetApiBaseUrl } from '@/service/knowledge/use-dataset'