DSingh0304 commented on code in PR #3295:
URL: https://github.com/apache/apisix-dashboard/pull/3295#discussion_r2954574335


##########
src/routes/routes/detail.$id.tsx:
##########
@@ -93,10 +97,6 @@ const RouteDetailForm = (props: Props) => {
     },
   });
 
-  if (isLoading) {
-    return <Skeleton height={400} />;
-  }
-
   return (

Review Comment:
   Handled in latest revision 
[bf859db](https://github.com/apache/apisix-dashboard/pull/3295/commits/bf859db43f0d04d5d453799ffe491d200a1b093d):
 this route now has a local Suspense boundary with a Skeleton fallback around 
RouteDetailForm, so there is pending UI during initial load. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to