Merge branch 'master' into fix-remove-manyToMany

This commit is contained in:
Jim LAURIE 2018-06-06 14:29:32 +02:00 committed by GitHub
commit 3a4001da22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';