1
0

feat(kanban): add icon for bucket collapse

This commit is contained in:
kolaente
2023-09-03 16:09:51 +02:00
parent c803020537
commit 52c0efe0ce
2 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,7 @@
</dropdown-item>
<dropdown-item
@click.stop="() => collapseBucket(bucket)"
icon="angles-up"
>
{{ $t('project.kanban.collapse') }}
</dropdown-item>