mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 04:36:31 +08:00
keepPreviousData
This commit is contained in:
parent
b272ac6a02
commit
b2e92499bf
@ -68,6 +68,7 @@ function DeploymentsList() {
|
||||
...(queryKeywords.trim() ? { query: queryKeywords.trim() } : {}),
|
||||
},
|
||||
},
|
||||
placeholderData: prev => prev,
|
||||
}))
|
||||
const apps = listQuery.data?.data ?? []
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user