Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude committed Jul 20, 2023
1 parent 6b982e2 commit 0b46589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp1-frontend/src/components/PetscanBuilder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
onBeforeSubmit: function () {
this.$refs.petscanUrl.setCustomValidity('');
},
onValidationError: function (data) {
onValidationError: function () {
this.$refs.petscanUrl.setCustomValidity('URL not valid');
},
},
Expand Down

0 comments on commit 0b46589

Please sign in to comment.