Skip to content

Commit

Permalink
DOC Remove reference to getCMSValidator in code comment (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jan 9, 2025
1 parent 8e1007c commit 73d167d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/legacy/LeftAndMain.EditForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ $.entwine('ss', function($){
// Check if there are any form validation errors
let validationErrorExists = false;

// Validation errors from DataObject::getCMSValidator()
// Validation errors from the form validator
if (this.hasClass('validationerror')) {
validationErrorExists = true;
}
Expand Down

0 comments on commit 73d167d

Please sign in to comment.