mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 06:01:05 +08:00
Fix new eslint error
This commit is contained in:
parent
ff23bdf1ab
commit
c150b41546
@ -65,6 +65,6 @@ PropField.propTypes = {
|
|||||||
knob: PropTypes.shape({
|
knob: PropTypes.shape({
|
||||||
name: PropTypes.string,
|
name: PropTypes.string,
|
||||||
value: PropTypes.any,
|
value: PropTypes.any,
|
||||||
}),
|
}).isRequired,
|
||||||
onChange: PropTypes.func.isRequired,
|
onChange: PropTypes.func.isRequired,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user