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