feat(task wizard): add label add button
This commit is contained in:
parent
bfb8ab407b
commit
e520cd7053
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@
|
||||||
{{ date ? formatDateShort(date) : t('task.attributes.dueDate') }}
|
{{ date ? formatDateShort(date) : t('task.attributes.dueDate') }}
|
||||||
</XButton>
|
</XButton>
|
||||||
</Datepicker>
|
</Datepicker>
|
||||||
|
<XButton variant="secondary" class="ml-2">
|
||||||
|
{{ t('task.detail.actions.label') }}
|
||||||
|
</XButton>
|
||||||
<div class="is-flex pl-2">
|
<div class="is-flex pl-2">
|
||||||
<span
|
<span
|
||||||
v-for="label in realLabels"
|
v-for="label in realLabels"
|
||||||
|
|
Loading…
Reference in a new issue