TaskDetails: Only show Type if defined
This commit is contained in:
parent
356c9b969d
commit
d4fbad971c
@ -24,8 +24,10 @@
|
|||||||
</dd>
|
</dd>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<template v-if="taskData.type">
|
||||||
<dt class="field-type" title="Type">Type</dt>
|
<dt class="field-type" title="Type">Type</dt>
|
||||||
<dd>{{ taskData.type }}</dd>
|
<dd>{{ taskData.type }}</dd>
|
||||||
|
</template>
|
||||||
|
|
||||||
<dt class="field-priority" title="Priority">Priority</dt>
|
<dt class="field-priority" title="Priority">Priority</dt>
|
||||||
<dd>{{ taskData.priority }}</dd>
|
<dd>{{ taskData.priority }}</dd>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user