mirror of
https://github.com/strapi/strapi.git
synced 2025-09-20 05:52:08 +00:00
remove useless state value
This commit is contained in:
parent
3e7adff87c
commit
1fc907f358
@ -27,7 +27,6 @@ class InputText extends React.Component { // eslint-disable-line react/prefer-st
|
||||
super(props);
|
||||
this.state = {
|
||||
errors: false,
|
||||
value: '',
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user