فهرست منبع

set default view back to dashboard

jusrhee 5 سال پیش
والد
کامیت
2dece22fdf
2فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 1
      dashboard/src/main/home/Home.tsx
  2. 0 1
      dashboard/src/main/home/new-project/Provisioner.tsx

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

@@ -164,7 +164,6 @@ export default class Home extends Component<PropsType, StateType> {
         <Provisioner 
           setCurrentView={(x: string) => this.setState({ currentView: x })}
           viewData={this.state.viewData}
-          setRefreshClusters={(x: boolean) => this.setState({ forceRefreshClusters: x })}
         />
       );
     }

+ 0 - 1
dashboard/src/main/home/new-project/Provisioner.tsx

@@ -15,7 +15,6 @@ import { inflateRaw, inflateRawSync } from 'zlib';
 type PropsType = {
   viewData: any,
   setCurrentView: (x: string) => void,
-  setRefreshClusters: (x: boolean) => void,
 }
 
 type StateType = {