Skip to content

Commit

Permalink
fix: new player will actually be added instead of being edited (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnSch1510 authored Jul 4, 2024
1 parent c04f6c8 commit 77acb83
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export class UserDialogComponent {
}

public create(user: string) {
this.userToUpdate.set(undefined);
this.form.reset({ alias: user });
this.visible.set(true);
}
Expand Down

0 comments on commit 77acb83

Please sign in to comment.