Merge pull request #2851 from strapi/hotfix-ctm-pluginid

Fix plugin id content manager build
This commit is contained in:
Jim LAURIE 2019-02-19 11:25:22 +01:00 committed by GitHub
commit ec1c46ba6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,8 +64,6 @@ import saga from './saga';
import makeSelectEditPage from './selectors';
import styles from './styles.scss';
const pluginId = 'content-manager';
export class EditPage extends React.Component {
state = { showWarning: false, showWarningDelete: false };