mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-12 12:33:02 +00:00
fixed redirect bug when adding properties
This commit is contained in:
@@ -228,12 +228,15 @@ export default class DynamicTable extends React.Component {
|
|||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<button
|
<button
|
||||||
className="btn btn-default"
|
id="validate-user"
|
||||||
onClick={this.handleClick.bind(this)}
|
data-testid="validate-user"
|
||||||
>
|
className="btn btn-default"
|
||||||
Add Item
|
type="button"
|
||||||
</button>
|
onClick={this.handleClick.bind(this)}
|
||||||
|
>
|
||||||
|
Add Item
|
||||||
|
</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</form>
|
</form>
|
||||||
|
Reference in New Issue
Block a user