mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
fix item grid refresh error
This commit is contained in:
parent
f266e299f5
commit
7ac8f349a5
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ export const useListFilterRefresh = ({
|
||||||
queryFn: async ({ signal }) => {
|
queryFn: async ({ signal }) => {
|
||||||
return queryFn({
|
return queryFn({
|
||||||
apiClientProps: {
|
apiClientProps: {
|
||||||
server,
|
serverId: server?.id || '',
|
||||||
signal,
|
signal,
|
||||||
},
|
},
|
||||||
query,
|
query,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue