mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-12 12:33:02 +00:00
fixed button naming
This commit is contained in:
@@ -229,8 +229,8 @@ export default class DynamicTable extends React.Component {
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<button
|
<button
|
||||||
id="validate-user"
|
id="add-item"
|
||||||
data-testid="validate-user"
|
data-testid="add-item"
|
||||||
className="btn btn-default"
|
className="btn btn-default"
|
||||||
type="button"
|
type="button"
|
||||||
onClick={this.handleClick.bind(this)}
|
onClick={this.handleClick.bind(this)}
|
||||||
|
Reference in New Issue
Block a user