mirror of
https://github.com/strapi/strapi.git
synced 2025-08-12 10:48:12 +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) {
|
||||
return (
|
||||
<div className={styles.buttonContainer}>
|
||||
<Button type="submit" lg primary loader />
|
||||
<Button type="submit" primary loader />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user