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