⚗️ Typo

This commit is contained in:
Liyas Thomas
2019-08-25 11:26:55 +05:30
committed by GitHub
parent 8a6ec093d3
commit 5a8c9f5533

View File

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