mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
refactor api controller to internalize server fetch
This commit is contained in:
@@ -109,7 +109,7 @@ export const GenreListGridView = ({ gridRef, itemCount }: any) => {
|
||||
queryFn: async ({ signal }) => {
|
||||
return api.controller.getGenreList({
|
||||
apiClientProps: {
|
||||
server,
|
||||
serverId: server?.id || '',
|
||||
signal,
|
||||
},
|
||||
query,
|
||||
|
||||
Reference in New Issue
Block a user