feat: feat: remove mock in fetcher

pull/88/head
crazywoola 3 years ago
parent 811bfbf420
commit f9d21d24a6

@ -69,7 +69,7 @@ type IDocumentsProps = {
datasetId: string datasetId: string
} }
export const fetcher = (url: string) => get(url, {}, { isMock: true }) export const fetcher = (url: string) => get(url, {}, {})
const Documents: FC<IDocumentsProps> = ({ datasetId }) => { const Documents: FC<IDocumentsProps> = ({ datasetId }) => {
const { t } = useTranslation() const { t } = useTranslation()

Loading…
Cancel
Save