This commit is contained in:
Gauthier Roebroeck 2025-12-19 09:23:30 +08:00
parent e46afaa98d
commit e8c7e63041
2 changed files with 1 additions and 2 deletions

View file

@ -137,7 +137,6 @@ import type { ErrorCause } from '@/api/komga-client'
import { commonMessages } from '@/utils/i18n/common-messages'
const intl = useIntl()
const router = useRouter()
const display = useDisplay()
const { unpinned, pinned, refresh } = useLibraries()
const { isAdmin } = useCurrentUser()

View file

@ -15,7 +15,7 @@ const collection1 = {
const collections = [collection1]
export const collectionsHandlers = [
httpTyped.get('/api/v1/collections', async ({ query, response }) => {
httpTyped.get('/api/v1/collections', ({ query, response }) => {
const search = query.get('search')
const selected = collections.filter((it) => {