Skip to content

Commit

Permalink
Fix user creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Jul 1, 2019
1 parent 6d51c70 commit 37eddb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
templateUrl: './user-page.component.html'
})
export class UserPageComponent extends ResourceOwner implements OnInit {
public isEditable = false;
public isEditable = true;

public user?: UserDto;
public userForm = new UserForm(this.formBuilder);
Expand Down

0 comments on commit 37eddb8

Please sign in to comment.