Преглед на файлове

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

sdess09 преди 3 години
родител
ревизия
7490211d1f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>