mirror of
https://github.com/directus/directus.git
synced 2026-02-18 05:21:25 -05:00
Fix notes not showing up
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user