mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 01:38:10 +00:00
Merge pull request #1321 from strapi/fix-ctm-build
Fix content-manager build
This commit is contained in:
commit
d8c9b54e5a
@ -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';
|
||||
|
@ -624,7 +624,6 @@ module.exports = {
|
||||
break;
|
||||
// falls through
|
||||
}
|
||||
break;
|
||||
default:
|
||||
// Where.
|
||||
queryOpts.query = strapi.utils.models.convertParams(name, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user