mirror of
https://github.com/strapi/strapi.git
synced 2025-08-13 11:17:42 +00:00
Remove unknow props in content header button in content-type-builder plugin
This commit is contained in:
parent
ac11c46858
commit
06df5282ce
@ -23,7 +23,7 @@ class ContentHeader extends React.Component { // eslint-disable-line react/prefe
|
|||||||
if (this.props.isLoading) {
|
if (this.props.isLoading) {
|
||||||
return (
|
return (
|
||||||
<div className={styles.buttonContainer}>
|
<div className={styles.buttonContainer}>
|
||||||
<Button type="submit" lg primary loader />
|
<Button type="submit" primary loader />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user