Fix notes not showing up

This commit is contained in:
rijkvanzanten
2020-07-31 11:17:24 -04:00
parent bce36fb93f
commit 23db6b823d

View File

@@ -39,7 +39,7 @@
@input="$emit('input', $event)"
/>
<small class="note" v-if="field.note" v-html="marked(field.note)" />
<small class="note" v-if="field.system.note" v-html="marked(field.system.note)" />
</div>
</template>