mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 14:03:32 -07:00
fix: crud table bulk actions (#5686)
Some checks are pending
CodeQL / Analyze (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend Tests (push) Waiting to run
Docker Nightly Production / Build Package (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
Release Drafter / ✏️ Draft release (push) Waiting to run
Some checks are pending
CodeQL / Analyze (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend Tests (push) Waiting to run
Docker Nightly Production / Build Package (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
Release Drafter / ✏️ Draft release (push) Waiting to run
This commit is contained in:
parent
8b9e80358b
commit
1243e6804c
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
||||||
color="info"
|
color="info"
|
||||||
variant="elevated"
|
variant="elevated"
|
||||||
:items="bulkActions"
|
:items="bulkActions"
|
||||||
v-bind="bulkActionListener"
|
v-on="bulkActionListener"
|
||||||
/>
|
/>
|
||||||
<slot name="button-row" />
|
<slot name="button-row" />
|
||||||
</v-card-actions>
|
</v-card-actions>
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
</div>
|
</div>
|
||||||
<v-data-table
|
<v-data-table
|
||||||
v-model="selected"
|
v-model="selected"
|
||||||
item-key="id"
|
return-object
|
||||||
:headers="activeHeaders"
|
:headers="activeHeaders"
|
||||||
:show-select="bulkActions.length > 0"
|
:show-select="bulkActions.length > 0"
|
||||||
:sort-by="sortBy"
|
:sort-by="sortBy"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue