|
@@ -633,7 +633,7 @@ class ExpandedJobChart extends Component<PropsType, StateType> {
|
|
|
tabOptions={this.state.tabOptions}
|
|
tabOptions={this.state.tabOptions}
|
|
|
isInModal={true}
|
|
isInModal={true}
|
|
|
renderTabContents={this.renderTabContents}
|
|
renderTabContents={this.renderTabContents}
|
|
|
- tabOptionsOnly={true}
|
|
|
|
|
|
|
+ tabOptionsOnly={false}
|
|
|
onSubmit={(formValues) =>
|
|
onSubmit={(formValues) =>
|
|
|
this.handleSaveValues(formValues, false)
|
|
this.handleSaveValues(formValues, false)
|
|
|
}
|
|
}
|