We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2756c commit 2c1cd81Copy full SHA for 2c1cd81
frontend/src/views/web/challenge/edit-challenge/edit-challenge-title.html
@@ -14,7 +14,7 @@
14
<a ng-click="challenge.editChallengeTitle(false)" class="dark-link pointer"><strong>Cancel</strong></a>
15
</li>
16
<li>
17
- <button class="btn ev-btn-dark waves-effect waves-dark grad-btn grad-btn-dark fs-14" type="submit" value="submit">Submit</button>
+ <button class="btn ev-btn-dark waves-effect waves-dark grad-btn grad-btn-dark fs-14" ng-disabled="editChallengeTitleForm.$pristine" type="submit" value="submit">Submit</button>
18
19
</ul>
20
</form>
0 commit comments