Skip to content

Commit

Permalink
Remove log debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Oct 23, 2024
1 parent c33a221 commit fa6e4c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/components/forms/validation/HasError.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export default {
return null
// Check if baseError starts with "The {field.name} field" and replace if necessary
console.log(this.fieldName, baseError,baseError.startsWith(`The ${this.fieldName} field`))
if (baseError.startsWith(`The ${this.fieldName} field`)) {
baseError = baseError.replace(`The ${this.fieldName} field`, 'This field')
}
Expand Down

0 comments on commit fa6e4c0

Please sign in to comment.