mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-24 19:36:30 +02:00
re-add default suspense to album/artist routes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { UseSuspenseQueryResult } from '@tanstack/react-query';
|
||||
|
||||
import { closeAllModals, openModal } from '@mantine/modals';
|
||||
import { useQuery } from '@tanstack/react-query';
|
||||
import { useCallback, useMemo, useState } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
@@ -25,7 +26,7 @@ import { toast } from '/@/shared/components/toast/toast';
|
||||
import { SongListSort } from '/@/shared/types/domain-types';
|
||||
|
||||
export interface PlaylistQueryEditorProps {
|
||||
detailQuery: ReturnType<typeof useQuery<any>>;
|
||||
detailQuery: UseSuspenseQueryResult<any, Error>;
|
||||
handleSave: (
|
||||
filter: Record<string, any>,
|
||||
extraFilters: {
|
||||
|
||||
Reference in New Issue
Block a user