2
0
jusrhee 2 жил өмнө
parent
commit
22e84667e4

+ 11 - 0
dashboard/src/main/home/Home.tsx

@@ -431,6 +431,17 @@ const Home: React.FC<Props> = (props) => {
                 )}
               </>
             )}
+          {showBillingModal && (
+            <BillingModal
+              back={() => {
+                setShowBillingModal(false);
+              }}
+              onCreate={async () => {
+                setShowBillingModal(false);
+                window.location.reload();
+              }}
+            />
+          )}
           <ModalHandler setRefreshClusters={setForceRefreshClusters} />
           {currentOverlay &&
             createPortal(