Don't set state.inputValue in constructor (#4606)
This commit is contained in:
parent
776b58c413
commit
a5319eb74c
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ export default class QuickActions extends PureComponent {
|
|||
super(props);
|
||||
|
||||
this.state = {
|
||||
inputValue: props.initialValue,
|
||||
inputValue: '',
|
||||
atDisabled: props.readonly,
|
||||
slashDisabled: props.readonly,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue