Skip to content

Commit 0e4e052

Browse files
Shelob9sc0ttkclark
andcommitted
Update ui/js/dfv/src/pods-dfv.js
#6898 Co-authored-by: Scott Kingsley Clark <lol@scottkclark.com>
1 parent 07576ea commit 0e4e052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/js/dfv/src/pods-dfv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ window.PodsDFV = {
606606
* @param {int|null} itemId Object ID. (Optional.)
607607
* @param {int|null} formCounter Form index. (Optional.)
608608
*
609-
* @return {Object.<string, string[]>} Returns field names as keys and arrays of validation messages as values.
609+
* @return {Object.<string, string[]>|undefined} Returns field names as keys and arrays of validation messages as values, or undefined if not found.
610610
*/
611611
getValidationMessages( pod = null, itemId = null, formCounter = null ) {
612612
const form = this.detectForm(

0 commit comments

Comments
 (0)