We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941fda0 commit 5b19aa0Copy full SHA for 5b19aa0
src/shared/components/Settings/Profile/BasicInfo/index.jsx
@@ -463,6 +463,7 @@ export default class BasicInfo extends ConsentComponent {
463
newBasicInfo,
464
formInvalid,
465
errorMessage,
466
+ isSaving
467
} = this.state;
468
469
return (
@@ -916,7 +917,7 @@ export default class BasicInfo extends ConsentComponent {
916
917
<div styleName="button-save">
918
<PrimaryButton
919
styleName="white-label"
- disabled={this.isSaving}
920
+ disabled={isSaving}
921
onClick={this.onHandleSaveBasicInfo}
922
>
923
{
0 commit comments