From 5a8c9f5533df3fe153a82b88190334aff6c94ffa Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 25 Aug 2019 11:26:55 +0530 Subject: [PATCH] :alembic: Typo --- pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.vue b/pages/index.vue index c3b4e4f05..bc1c3f052 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -301,7 +301,7 @@ }) }, sendRequest() { - if (!this.isValidURL()) { + if (!this.isValidURL) { alert('Please check the formatting of the URL'); return }