@if(!data.isViewOnly){
@if(complaintRootCauseForm.get('methodUsed')?.touched &&
complaintRootCauseForm.get('methodUsed')?.errors){
@if(complaintRootCauseForm.get('methodUsed')?.hasError('required')){
{{'COMPLAINT_ROOT_CAUSE_METHOD_IS_REQUIRED' | translate}}
}
}
}
@if(complaintRootCauseForm.get('causeDescription')?.touched &&
complaintRootCauseForm.get('causeDescription')?.errors){
@if(complaintRootCauseForm.get('causeDescription')?.hasError('required')){
{{'DESCRIPTION_IS_REQUIRED' | translate}}
}
}
@if(!data.isViewOnly){