Fixed slot filler viewer not having markdown for the description

This commit is contained in:
Stefan Zermatten
2022-02-24 10:59:02 +02:00
parent 69f9636688
commit 44d3fbc065

View File

@@ -28,10 +28,14 @@
/> />
</property-field> </property-field>
<property-field <property-field
v-if="model.description"
name="Description" name="Description"
:cols="{cols: 12}" :cols="{cols: 12}"
:value="model.description" >
/> <markdown-text
:markdown="model.description"
/>
</property-field>
</v-row> </v-row>
</div> </div>
</template> </template>