فهرست منبع

Fixed repoURL casing

jnfrati 4 سال پیش
والد
کامیت
c5f10ad02b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/main/home/modals/UpgradeChartModal.tsx

+ 1 - 1
dashboard/src/main/home/modals/UpgradeChartModal.tsx

@@ -33,7 +33,7 @@ export default class UpgradeChartModal extends Component<PropsType, StateType> {
       .toLowerCase()
       .toLowerCase()
       .trim();
       .trim();
 
 
-    if (chartName == "web" || chartName == "worker") {
+    if (chartName == "web" || chartName == "worker" || chartName === "job") {
       repoURL = process.env.APPLICATION_CHART_REPO_URL;
       repoURL = process.env.APPLICATION_CHART_REPO_URL;
     }
     }