Fixed inbox_process task
Build and Publish / Build and Publish Docker Image (push) Successful in 5m34s

This commit is contained in:
Ultradesu
2026-07-08 15:22:21 +03:00
parent 0c120c0868
commit 716da908c9
6 changed files with 208 additions and 33 deletions
+1 -1
View File
@@ -1613,7 +1613,7 @@ tbody tr:hover {
</button>
<button class="btn" @click="selectReviewFilter()" :disabled="reviews.total === 0">
<i data-lucide="list-checks"></i>
Select filter
<span x-text="`Select all (${fmt(reviews.total)})`"></span>
</button>
<button class="btn" @click="clearReviewSelection()" :disabled="selectedReviewCount() === 0">
<i data-lucide="x"></i>