소스 검색

fixed preview env button

Justin Rhee 3 년 전
부모
커밋
bb7ad53ef8
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      dashboard/src/main/home/cluster-dashboard/preview-environments/components/ButtonEnablePREnvironments.tsx

+ 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>
     );
   }