[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-03-13 18:24:08 +00:00
committed by bymyself
parent a16d702b62
commit f1571472b4

View File

@@ -43,9 +43,7 @@
value: item.tooltip,
showDelay: 600
}"
:variant="
item.key === selectedQueueMode ? 'primary' : 'secondary'
"
:variant="item.key === selectedQueueMode ? 'primary' : 'secondary'"
size="sm"
:class="cn(itemClass, queueMenuItemButtonClass)"
>
@@ -67,10 +65,7 @@
<span class="text-sm text-text-primary">{{
t('menu.parallelExecution')
}}</span>
<StatusBadge
:label="t('g.new')"
class="text-[10px]"
/>
<StatusBadge :label="t('g.new')" class="text-[10px]" />
</div>
<span class="text-text-muted text-xs">{{
t('menu.parallelUpTo', { count: maxConcurrentJobs })