feat(kanban): add icon for bucket collapse
This commit is contained in:
@ -112,6 +112,7 @@
|
||||
</dropdown-item>
|
||||
<dropdown-item
|
||||
@click.stop="() => collapseBucket(bucket)"
|
||||
icon="angles-up"
|
||||
>
|
||||
{{ $t('project.kanban.collapse') }}
|
||||
</dropdown-item>
|
||||
|
Reference in New Issue
Block a user