mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user