Skip to content

Commit e1ba3d3

Browse files
committed
Merge pull request #337 from lewisl9029/bugfix-profile-update-button-disables-on-invalid-email
Removed disabling profile submit on invalid email
2 parents beb92e0 + 2f0ff3d commit e1ba3d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/components/update-profile-modal/update-profile-modal.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ <h2>{{updateProfileModal.userInfo.displayName || 'Anonymous'}}</h2>
5151
</div>
5252
<div class="col">
5353
<button type="submit" form="toc-update-profile-form"
54-
class="button button-block button-outline button-balanced"
55-
ng-disabled="tocUpdateProfileForm.$invalid">
54+
class="button button-block button-outline button-balanced">
5655
Update
5756
</button>
5857
</div>

0 commit comments

Comments
 (0)