Skip to content

Commit 871628a

Browse files
committed
Remove unused propType
1 parent 7606301 commit 871628a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ const isConfigObject = PropTypes.shape(configProps);
114114
AsyncButton.propTypes = {
115115
...configProps,
116116
errorConfig: isConfigObject,
117-
initConfig: isConfigObject,
118117
onClick: PropTypes.func,
119118
pendingConfig: isConfigObject,
120119
resetTimeout: PropTypes.number,

0 commit comments

Comments
 (0)