Răsfoiți Sursa

hide porter.yaml modal (#4298)

Co-authored-by: sunguroku <trevor@porter.run>
sunguroku 2 ani în urmă
părinte
comite
8f41fb7090

+ 2 - 2
dashboard/src/main/home/cluster-dashboard/preview-environments/deployments/DeploymentList.tsx

@@ -310,7 +310,7 @@ const DeploymentList = () => {
         disableLineBreak
         disableLineBreak
         capitalize={false}
         capitalize={false}
       />
       />
-      {porterYAMLErrors.length > 0 ? (
+      {/* {porterYAMLErrors.length > 0 ? (
         <PorterYAMLBannerWrapper>
         <PorterYAMLBannerWrapper>
           <Banner type="warning">
           <Banner type="warning">
             No porter.yaml file in the default branch.
             No porter.yaml file in the default branch.
@@ -323,7 +323,7 @@ const DeploymentList = () => {
             </LinkButton>
             </LinkButton>
           </Banner>
           </Banner>
         </PorterYAMLBannerWrapper>
         </PorterYAMLBannerWrapper>
-      ) : null}
+      ) : null} */}
       <FlexRow>
       <FlexRow>
         <Flex>
         <Flex>
           <SearchRowWrapper>
           <SearchRowWrapper>