Skip to content

Commit

Permalink
Fix closing tag (#2253)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni authored Aug 24, 2020
1 parent b7a07c3 commit c3641ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/js/components/fieldtypes/ButtonGroupFieldtype.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
:disabled="isReadOnly"
:class="{'active': value === option.value}"
v-text="option.label || option.value"
/>
</label>
></button>
</div>
</div>
</template>
Expand Down

0 comments on commit c3641ab

Please sign in to comment.