Web: only use job type label if job type has been loaded
This commit is contained in:
parent
2e41d9a024
commit
6655c2b3d7
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<tr class="field-type">
|
<tr class="field-type">
|
||||||
<th>Type</th>
|
<th>Type</th>
|
||||||
<td>{{ jobType.label }}</td>
|
<td>{{ jobType ? jobType.label : jobData.type }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr class="field-priority">
|
<tr class="field-priority">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user