Skip to content

Commit

Permalink
Merge pull request #14 from wize-wiz/fix-alwaysshow-component
Browse files Browse the repository at this point in the history
fix alwaysshow missing property in DetailField
  • Loading branch information
Johnathan authored Sep 19, 2019
2 parents 28cbb92 + f51fa5d commit edd3d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/DetailField.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<panel-item :field="field">
<template slot="value">
<excerpt class="trumbowyg-details" :content="field.value" />
<excerpt class="trumbowyg-details" :content="field.value" :should-show="field.shouldShow" />
</template>
</panel-item>
</template>
Expand Down

0 comments on commit edd3d8a

Please sign in to comment.