Răsfoiți Sursa

remove values-form

jusrhee 5 ani în urmă
părinte
comite
372ef342fc

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/expanded-chart/ExpandedChart.tsx

@@ -295,7 +295,7 @@ export default class ExpandedChart extends Component<PropsType, StateType> {
           selectors={this.state.podSelectors}
         />
       );
-    } else if (this.state.currentTab === defaultTab) {
+    } else if (this.state.currentTab === 'values-form') {
       return (
         <ValuesFormWrapper>
           <ValuesForm formData={dummyForm} />