change the import of the getFetchClient inside the AdvancedSettings utils

This commit is contained in:
Simone Taeggi 2023-01-18 11:04:49 +01:00
parent ae374971fb
commit e8bfd50db3

View File

@ -1,4 +1,4 @@
import { getFetchClient } from '@strapi/admin/admin/src/utils/getFetchClient';
import { getFetchClient } from '@strapi/helper-plugin';
import { getRequestURL } from '../../../utils';
const fetchData = async () => {