diff --git a/otoroshi/javascript/src/components/inputs/Table.js b/otoroshi/javascript/src/components/inputs/Table.js index 011d3298f..5b28bab08 100644 --- a/otoroshi/javascript/src/components/inputs/Table.js +++ b/otoroshi/javascript/src/components/inputs/Table.js @@ -744,9 +744,9 @@ export class Table extends Component { entityId={this.props.extractKey(this.state.currentItem)} value={this.state.currentItem} /> - this.setState({ currentItem })} /> + this.setState({ currentItem })} /> } {!this.state.showEditForm && !this.state.showAddForm && ( diff --git a/otoroshi/javascript/src/pages/RouteDesigner/index.js b/otoroshi/javascript/src/pages/RouteDesigner/index.js index 251456c4c..872749518 100644 --- a/otoroshi/javascript/src/pages/RouteDesigner/index.js +++ b/otoroshi/javascript/src/pages/RouteDesigner/index.js @@ -671,8 +671,8 @@ class RouteDesigner extends React.Component { const entity = entityFromURI(location); - if (!this.state.value) - return null + // if (!this.state.value) + // return null if (Object.keys(match.params).length === 0) return } />;