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 ?? []