We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e737d2f + 400d4ea commit 3756b1fCopy full SHA for 3756b1f
src/projects/detail/components/EditProjectForm.jsx
@@ -102,7 +102,7 @@ class EditProjectForm extends Component {
102
/>
103
<div className="section-footer section-footer-spec">
104
<button className="tc-btn tc-btn-primary tc-btn-md"
105
- type="submit" disabled={!this.state.canSubmit}
+ type="submit" disabled={!this.state.canSubmit || this.state.isSaving }
106
>Save Changes</button>
107
</div>
108
0 commit comments