@ -153,7 +153,7 @@ export class UserPermissionsComponent {
if (!(response instanceof HttpErrorResponse)) {
this.i18nService.success(SuccessMessages.SAVED_SUCCESSFULLY, []);
this.permission.reset();
this.permission.get('userCode')?.setValue("");
this.permission.get('userCode')?.setValue(null);
this.showPermissions = false;
this.collapseAll(this.permissions)
}