Feature/remove mock server (#88)
This commit is contained in:
parent
c6ba67a770
commit
a43ef7a926
13 changed files with 10 additions and 1171 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue