mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-25 22:37:18 +10:00
Fix willUnmount bug from ProfileSettingsForm
This commit is contained in:
parent
8ed76db221
commit
fb384544df
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class ProfileSettingsFormComponent extends Component {
|
|||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
window.clearTimeout(this.blurTimeoutId);
|
||||
window.clearTimeout(this.uploadDelayTimeoutId);
|
||||
}
|
||||
|
||||
render() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue