mirror of
https://github.com/strapi/strapi.git
synced 2025-09-20 14:00:48 +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);
|
super(props);
|
||||||
this.state = {
|
this.state = {
|
||||||
errors: false,
|
errors: false,
|
||||||
value: '',
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user