mirror of
https://github.com/strapi/strapi.git
synced 2025-08-11 10:18:28 +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
|
// or strapi/packages/strapi-helper-plugin/lib/src
|
||||||
import PageFooter from 'components/PageFooter';
|
import PageFooter from 'components/PageFooter';
|
||||||
import PluginHeader from 'components/PluginHeader';
|
import PluginHeader from 'components/PluginHeader';
|
||||||
import PopUpWarning from 'components/PopUpWarning/Loadable';
|
import PopUpWarning from 'components/PopUpWarning';
|
||||||
|
|
||||||
// Components from the plugin itself
|
// Components from the plugin itself
|
||||||
import AddFilterCTA from 'components/AddFilterCTA';
|
import AddFilterCTA from 'components/AddFilterCTA';
|
||||||
|
@ -624,7 +624,6 @@ module.exports = {
|
|||||||
break;
|
break;
|
||||||
// falls through
|
// falls through
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
// Where.
|
// Where.
|
||||||
queryOpts.query = strapi.utils.models.convertParams(name, {
|
queryOpts.query = strapi.utils.models.convertParams(name, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user