mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
chore: small typo to form / Form.tsx (#2576)
This commit is contained in:
parent
aa10729d1e
commit
40498e7f01
@ -23,7 +23,7 @@ export default class Form extends React.Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
|
||||
warning(!props.form, 'It is unnessary to pass `form` to `Form` after antd@1.7.0.');
|
||||
warning(!props.form, 'It is unnecessary to pass `form` to `Form` after antd@1.7.0.');
|
||||
}
|
||||
|
||||
shouldComponentUpdate(...args) {
|
||||
|
Loading…
Reference in New Issue
Block a user