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