فهرست منبع

Fixed conditional to show buildpack settings

jnfrati 4 سال پیش
والد
کامیت
7e5376a9f0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/main/home/cluster-dashboard/expanded-chart/BuildSettingsTab.tsx

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/expanded-chart/BuildSettingsTab.tsx

@@ -280,7 +280,7 @@ const BuildSettingsTab: React.FC<Props> = ({ chart }) => {
           }}
         ></KeyValueArray>
 
-        {chart.git_action_config.dockerfile_path ? (
+        {!chart.git_action_config.dockerfile_path ? (
           <>
             <Heading>Buildpack settings</Heading>
             <BuildpackConfigSection