This commit is contained in:
James Cole
2019-09-04 09:21:31 +02:00
parent 5c468e1c49
commit fff98186b2
3 changed files with 4 additions and 4 deletions

View File

@@ -19,10 +19,10 @@
-->
<template>
<div class="form-group" v-bind:class="{ 'has-error': hasError()}" v-if="this.enabledCurrencies.length > 0">
<div class="form-group" v-bind:class="{ 'has-error': hasError()}" v-if="this.enabledCurrencies.length > 2">
<div class="col-sm-4">
<select class="form-control" ref="currency_select" name="foreign_currency[]"
v-if="this.enabledCurrencies.length > 0" @input="handleInput">
v-if="this.enabledCurrencies.length > 2" @input="handleInput">
<option
v-for="currency in this.enabledCurrencies"
v-if="currency.enabled"