keepPreviousData

This commit is contained in:
Stephen Zhou 2026-05-07 20:25:18 +08:00
parent b272ac6a02
commit b2e92499bf
No known key found for this signature in database

View File

@ -68,6 +68,7 @@ function DeploymentsList() {
...(queryKeywords.trim() ? { query: queryKeywords.trim() } : {}),
},
},
placeholderData: prev => prev,
}))
const apps = listQuery.data?.data ?? []