Răsfoiți Sursa

UI-hot-fix for Enabling Namespaces (#3515)

sdess09 2 ani în urmă
părinte
comite
7490211d1f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      dashboard/src/main/home/launch/launch-flow/SettingsPage.tsx

+ 1 - 1
dashboard/src/main/home/launch/launch-flow/SettingsPage.tsx

@@ -248,7 +248,7 @@ class SettingsPage extends Component<PropsType, StateType> {
         <StyledSettingsPage>
         <StyledSettingsPage>
           {this.renderHeaderSection()}
           {this.renderHeaderSection()}
           {this.props.isCloning && this.getNameInput()}
           {this.props.isCloning && this.getNameInput()}
-          {!currentProject?.capi_provisioner_enabled && (
+          {!currentProject?.simplified_view_enabled && (
             <>
             <>
               <Heading>Destination</Heading>
               <Heading>Destination</Heading>
               <Helper>
               <Helper>