mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
@@ -125,7 +125,7 @@ const outputItems = computed<DropdownItem[]>(() => {
|
||||
return toAssertType(mediaType) === props.assetKind
|
||||
})
|
||||
|
||||
return outputFiles.map((asset, index) => {
|
||||
return outputFiles.map((asset, index) => {
|
||||
// Add [output] annotation so the preview component knows the type
|
||||
const annotatedPath = `${asset.name} [output]`
|
||||
return {
|
||||
|
||||
@@ -70,7 +70,7 @@ const searchQuery = defineModel<string>('searchQuery')
|
||||
"
|
||||
>
|
||||
<div class="pointer-events-none absolute inset-x-3 top-0 z-10 h-5" />
|
||||
<div
|
||||
<div
|
||||
v-if="items.length === 0"
|
||||
class="h-50 col-span-full flex items-center justify-center"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user