Parcourir la source

fixed preview env button

Justin Rhee il y a 3 ans
Parent
commit
bb7ad53ef8

+ 4 - 1
dashboard/src/main/home/cluster-dashboard/preview-environments/components/ButtonEnablePREnvironments.tsx

@@ -84,7 +84,10 @@ const ButtonEnablePREnvironments = ({ setIsReady }: Props) => {
   if (isLoading) {
     return (
       <Container>
-        <Loading />
+        <Button disabled={true} to="">
+          <img src={pr_icon} alt="Pull request icon" />
+          Loading . . .
+        </Button>
       </Container>
     );
   }