We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8032614 commit 2e1481bCopy full SHA for 2e1481b
src/components/QuestionTypes/UrlType.vue
@@ -30,7 +30,7 @@
30
validate() {
31
if (this.hasValue) {
32
try {
33
- var url = new URL(this.fixAnswer(this.dataValue))
+ new URL(this.fixAnswer(this.dataValue))
34
35
return true
36
} catch(_) {
0 commit comments