mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-23 15:19:41 +02:00
fix: crud table bulk actions (#5686)
This commit is contained in:
parent
8b9e80358b
commit
1243e6804c
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
color="info"
|
||||
variant="elevated"
|
||||
:items="bulkActions"
|
||||
v-bind="bulkActionListener"
|
||||
v-on="bulkActionListener"
|
||||
/>
|
||||
<slot name="button-row" />
|
||||
</v-card-actions>
|
||||
|
@ -55,7 +55,7 @@
|
|||
</div>
|
||||
<v-data-table
|
||||
v-model="selected"
|
||||
item-key="id"
|
||||
return-object
|
||||
:headers="activeHeaders"
|
||||
:show-select="bulkActions.length > 0"
|
||||
:sort-by="sortBy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue