@ -13,7 +13,6 @@
<a-select
@change="handleGroupChange"
class="flex-1"
style="min-width: 14em"
v-decorator="['groupValue',{ initialValue: groupValue }]"
>
<a-select-option :key="item.id" :value="item.value" v-for="item in groups">{{ item.name }}</a-select-option>