remove min image label
This commit is contained in:
parent
9c0fa5fdfa
commit
778d8ef605
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
:class="{disabled: images.length < mode.minImages,
|
||||
selected: idx === currentModeType,
|
||||
lastActive: idx === lastActiveModeType}">
|
||||
{{mode.name}} ({{mode.minImages}})
|
||||
{{mode.name}}
|
||||
<input type="radio" :value="idx" v-model="currentModeType">
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue