Merge pull request #5425 from christianbeeznest/ofaj-21569

Internal: Fix empty intro content in session-specific course editing - refs BT#21569
pull/5426/head
christianbeeznest 1 year ago committed by GitHub
commit ba4db014e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      assets/vue/components/ctoolintro/Form.vue

@ -3,6 +3,7 @@
<BaseTinyEditor
v-model="item.introText"
editor-id="introText"
:full-page="false"
required
/>
<!-- For extra content-->

Loading…
Cancel
Save