|
@@ -402,7 +402,6 @@ export default class ExpandedJobChart extends Component<PropsType, StateType> {
|
|
|
formData={this.state.formData}
|
|
formData={this.state.formData}
|
|
|
tabOptions={this.state.tabOptions}
|
|
tabOptions={this.state.tabOptions}
|
|
|
isInModal={true}
|
|
isInModal={true}
|
|
|
- isReadOnly={true}
|
|
|
|
|
renderTabContents={this.renderTabContents}
|
|
renderTabContents={this.renderTabContents}
|
|
|
tabOptionsOnly={true}
|
|
tabOptionsOnly={true}
|
|
|
onSubmit={this.handleSaveValues}
|
|
onSubmit={this.handleSaveValues}
|