Skip to content

Commit

Permalink
remove unused signal
Browse files Browse the repository at this point in the history
  • Loading branch information
AnSch1510 committed Jul 18, 2024
1 parent cc92f0d commit a594e4a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export class UserDialogComponent {
protected readonly translations = inject(TranslateService).translations;
protected readonly userToUpdate = signal<User | undefined>(undefined);
protected readonly visible = signal(false);
protected readonly userWelcomeDialogRequested = signal(false);

private readonly _actionState = selectSignal(
computed(() => selectUsersActionState(this.userToUpdate() ? 'update' : 'add'))
Expand Down

0 comments on commit a594e4a

Please sign in to comment.