Remove unknow props in content header button in content-type-builder plugin

This commit is contained in:
cyril lopez 2017-09-27 20:10:00 +02:00
parent ac11c46858
commit 06df5282ce

View File

@ -23,7 +23,7 @@ class ContentHeader extends React.Component { // eslint-disable-line react/prefe
if (this.props.isLoading) {
return (
<div className={styles.buttonContainer}>
<Button type="submit" lg primary loader />
<Button type="submit" primary loader />
</div>
);
}