mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-01-19 10:46:06 +01:00
show list header only if there are items
This commit is contained in:
parent
ac62e47c70
commit
1afef1037e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="selectable-list">
|
||||
<div class="selectable-list-header">
|
||||
<div class="selectable-list-header" v-if="items.length > 0">
|
||||
<div class="selectable-list-checkbox-wrapper">
|
||||
<Checkbox :checked="allSelected" @change="toggleAll" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue