diff --git a/packages/strapi-plugin-content-manager/admin/src/containers/ListPage/index.js b/packages/strapi-plugin-content-manager/admin/src/containers/ListPage/index.js index e0674b09ff..932ca92585 100644 --- a/packages/strapi-plugin-content-manager/admin/src/containers/ListPage/index.js +++ b/packages/strapi-plugin-content-manager/admin/src/containers/ListPage/index.js @@ -20,7 +20,7 @@ import { makeSelectModels, makeSelectSchema } from 'containers/App/selectors'; // or strapi/packages/strapi-helper-plugin/lib/src import PageFooter from 'components/PageFooter'; import PluginHeader from 'components/PluginHeader'; -import PopUpWarning from 'components/PopUpWarning/Loadable'; +import PopUpWarning from 'components/PopUpWarning'; // Components from the plugin itself import AddFilterCTA from 'components/AddFilterCTA'; diff --git a/packages/strapi-plugin-graphql/services/GraphQL.js b/packages/strapi-plugin-graphql/services/GraphQL.js index 0c2ac304ba..e4f2bdbd80 100644 --- a/packages/strapi-plugin-graphql/services/GraphQL.js +++ b/packages/strapi-plugin-graphql/services/GraphQL.js @@ -624,7 +624,6 @@ module.exports = { break; // falls through } - break; default: // Where. queryOpts.query = strapi.utils.models.convertParams(name, {