⚗️ Typo
This commit is contained in:
parent
8a6ec093d3
commit
5a8c9f5533
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@
|
|||
})
|
||||
},
|
||||
sendRequest() {
|
||||
if (!this.isValidURL()) {
|
||||
if (!this.isValidURL) {
|
||||
alert('Please check the formatting of the URL');
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue