Fixed slot filler viewer not having markdown for the description
This commit is contained in:
@@ -28,10 +28,14 @@
|
||||
/>
|
||||
</property-field>
|
||||
<property-field
|
||||
v-if="model.description"
|
||||
name="Description"
|
||||
:cols="{cols: 12}"
|
||||
:value="model.description"
|
||||
/>
|
||||
>
|
||||
<markdown-text
|
||||
:markdown="model.description"
|
||||
/>
|
||||
</property-field>
|
||||
</v-row>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user