Skip to content

Commit

Permalink
Update user-edit.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Oktawian-L committed Nov 3, 2019
1 parent 6af6a47 commit c45906e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Subiton/src/app/users/user-edit/user-edit.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1>
</div>
</div>
<div class="col-sm-8">
<form #editForm="ngForm" (ngSubmit)="updateUser()")>
<form #editForm="ngForm" id="editForm" (ngSubmit)="updateUser()">
<div class="tab-panel">
<tabset class="user-tabset">
<tab heading="Edit information" id="profile_tab1">
Expand Down

0 comments on commit c45906e

Please sign in to comment.