Fix task relation kind dropdown
This commit is contained in:
parent
e2137d08a5
commit
a77b4253cb
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
<select v-model="newTaskRelationKind">
|
||||
<option value="unset">Select a relation kind</option>
|
||||
<option v-for="(label, rk) in relationKinds" :key="rk" :value="rk">
|
||||
{{ label }}
|
||||
{{ label[0] }}
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue