⚗️ Typo

This commit is contained in:
Liyas Thomas 2019-08-25 11:26:55 +05:30 committed by GitHub
parent 8a6ec093d3
commit 5a8c9f5533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -301,7 +301,7 @@
})
},
sendRequest() {
if (!this.isValidURL()) {
if (!this.isValidURL) {
alert('Please check the formatting of the URL');
return
}