From b2e92499bf46d817be94076ee7aad74f0e7849a2 Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Thu, 7 May 2026 20:25:18 +0800 Subject: [PATCH] keepPreviousData --- web/features/deployments/list/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/features/deployments/list/index.tsx b/web/features/deployments/list/index.tsx index 4483cd92e3..832938b2fa 100644 --- a/web/features/deployments/list/index.tsx +++ b/web/features/deployments/list/index.tsx @@ -68,6 +68,7 @@ function DeploymentsList() { ...(queryKeywords.trim() ? { query: queryKeywords.trim() } : {}), }, }, + placeholderData: prev => prev, })) const apps = listQuery.data?.data ?? []