@ -639,6 +639,9 @@ export class CriminalRecordsAdminComponent implements OnInit {
if (!e) {
this.warningTypesDetails = this.warningTypesDetailsCopy
this.warningTypes = this.warningTypesCopy
this.validateForm.patchValue({
type: null,
});
return
}
this.warningLevels.forEach(element => {
@ -576,6 +576,9 @@ export class CriminalRecordsComponent implements OnInit {