updated code

This commit is contained in:
rajesh
2024-09-19 15:16:06 +05:30
parent 569adb92d6
commit 79603a0c0d

View File

@@ -148,7 +148,7 @@ public class FormDao {
formEntity = saveFormEntity(formEntity);
return convertFormEntityToFormResponseBean(formEntity);
}
return null;
return convertFormEntityToFormResponseBean(formEntity);
}
public FormEntity validateForm(Long formId) {