[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-01-22 16:01:16 +00:00
parent 30dcd1f3f2
commit 30e143996f
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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"
>