Removed table validation from draft application

This commit is contained in:
nisha
2025-01-31 17:23:22 +05:30
parent eeb19ac12f
commit ac79924f21

View File

@@ -135,7 +135,7 @@ public class FieldValidator {
break;
case GepafinConstant.NON_EMPTY_TABLES:
checkTableValidation(value, fieldId, contentResponseBean, errors);
// checkTableValidation(value, fieldId, contentResponseBean, errors);
break;
default: