src/app/routes/systems/organization/organization-config/organization-config.component.ts
@@ -23,7 +23,7 @@ ngOnDestroy(): void { this.backToList(); } private organization: Organization; public organization: Organization; grid: Grid<object> = new Grid<object>(null); validateForm: FormGroup; constructor( @@ -274,8 +274,8 @@ } } } private hasDegression = false; refreshHasDegression(value){ public hasDegression = false; public refreshHasDegression(value){ if(value){ this.hasDegression = true; }else{