فهرست منبع

check feature flag (#4443)

jusrhee 2 سال پیش
والد
کامیت
8efddf627c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/main/home/app-dashboard/create-app/CreateApp.tsx

+ 1 - 1
dashboard/src/main/home/app-dashboard/create-app/CreateApp.tsx

@@ -760,7 +760,7 @@ const CreateApp: React.FC<CreateAppProps> = ({ history }) => {
           }}
         />
       )}
-      {!hasPaymentEnabled && (
+      {currentProject?.billing_enabled && !hasPaymentEnabled && (
         <BillingModal
           back={() => {
             history.push("/apps");