mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 20:17:29 +08:00
fix: Fix RAG pipeline identifier name dash format
This commit is contained in:
parent
c79de5d68e
commit
2d6330f9b3
@ -257,7 +257,7 @@ const DocumentList: FC<IDocumentListProps> = ({
|
|||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
const isCreateFromRAGPipeline = useCallback((createdFrom: string) => {
|
const isCreateFromRAGPipeline = useCallback((createdFrom: string) => {
|
||||||
return createdFrom === 'rag_pipeline'
|
return createdFrom === 'rag-pipeline'
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user