Remove unused prop
This commit is contained in:
parent
b364170d4f
commit
f6982fd8ae
1 changed files with 1 additions and 2 deletions
|
|
@ -67,10 +67,9 @@ StarButton.propTypes = {
|
||||||
}
|
}
|
||||||
|
|
||||||
StarButton.defaultProps = {
|
StarButton.defaultProps = {
|
||||||
|
addLabel: true,
|
||||||
record: {},
|
record: {},
|
||||||
visible: true,
|
visible: true,
|
||||||
showStar: true,
|
|
||||||
addLabel: true,
|
|
||||||
size: 'small',
|
size: 'small',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue