jusrhee 4 lat temu
rodzic
commit
e895cebb3b

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

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