Revert disable of stats-profile

This commit is contained in:
Konstantinos Triantafyllou 2023-06-30 15:00:50 +03:00
parent 7a4d7637fb
commit 7bed14a825
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ export class EditStakeholderComponent implements OnDestroy {
this.notification = NotificationUtils.editStakeholder(this.user.firstname + ' ' + this.user.lastname, this.stakeholder.name);
this.notify.reset(this.notification.message);
if (this.isAdmin) {
this.stakeholderFb.get('statsProfile').disable();
if (this.disableAlias) {
setTimeout(() => {
this.stakeholderFb.get('alias').disable();