Skip to content

Commit

Permalink
Update ui/js/dfv/src/pods-dfv.js
Browse files Browse the repository at this point in the history
#6898

Co-authored-by: Scott Kingsley Clark <[email protected]>
  • Loading branch information
Shelob9 and sc0ttkclark authored Apr 25, 2023
1 parent 3e9d7f4 commit 4f6718b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/js/dfv/src/pods-dfv.js
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ window.PodsDFV = {
* @param {int|null} itemId Object ID. (Optional.)
* @param {int|null} formCounter Form index. (Optional.)
*
* @return {Object.<string, string[]>} Returns field names as keys and arrays of validation messages as values.
* @return {Object.<string, string[]>|undefined} Returns field names as keys and arrays of validation messages as values, or undefined if not found.
*/
getValidationMessages( pod = null, itemId = null, formCounter = null ) {
const form = this.detectForm(
Expand Down

0 comments on commit 4f6718b

Please sign in to comment.