You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.message=()=>(this.validatorOptions?.validationError?.transformFunctionasFunction)(e.transformKey||e.name||e.type||'This validation does not have an name or type associated with it, please add one.')
74
+
});
75
+
Object.keys(groupedMetadatas).forEach(prop=>{
76
+
groupedMetadatas[prop].forEach(e=>{
77
+
e.message=()=>(this.validatorOptions?.validationError?.transformFunctionasFunction)(e.transformKey||e.name||e.type||'This validation does not have an name or type associated with it, please add one.')
0 commit comments