jusrhee 5 lat temu
rodzic
commit
13b9392b2a
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      dashboard/src/main/home/Home.tsx

+ 3 - 1
dashboard/src/main/home/Home.tsx

@@ -73,8 +73,10 @@ export default class Home extends Component<PropsType, StateType> {
                   });
                 }
               });
-
+              
+              console.log('infras viewdata: ', viewData);
               if (viewData.length > 0) {
+                console.log('setting to provisioner...');
                 this.setState({ currentView: 'provisioner', viewData});
               }