mirror of
https://github.com/langgenius/dify.git
synced 2026-03-10 03:00:20 +08:00
feat: feat: remove mock in fetcher
This commit is contained in:
parent
811bfbf420
commit
f9d21d24a6
@ -69,7 +69,7 @@ type IDocumentsProps = {
|
||||
datasetId: string
|
||||
}
|
||||
|
||||
export const fetcher = (url: string) => get(url, {}, { isMock: true })
|
||||
export const fetcher = (url: string) => get(url, {}, {})
|
||||
|
||||
const Documents: FC<IDocumentsProps> = ({ datasetId }) => {
|
||||
const { t } = useTranslation()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user