From: nael Date: Wed, 20 Mar 2019 10:44:51 +0000 (+0100) Subject: fix country select WIP #2591 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d0dfdfba5e0e27709378d5c5b2f785aa21a2411d;p=sandvik-service-selector.git fix country select WIP #2591 @0:05 --- diff --git a/src/components/Forms.vue b/src/components/Forms.vue index 0bd2581..1129977 100644 --- a/src/components/Forms.vue +++ b/src/components/Forms.vue @@ -201,7 +201,6 @@ "NG": "T", "NO": "R", "OM": "T", - "PACIFIC_ISLANDS": "T", "PK": "T", "PA": "T", "PG": "T", @@ -276,6 +275,9 @@ this.step = 1; }, selectCountry() { + if (this.country.length ===0){ + return false; + } this.step++; this.questionsToAsk = []; this.responses = [];